15 lines
242 B
C#
15 lines
242 B
C#
using System.Collections.Generic;
|
|
using System.Drawing;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
using ZR.Model.MES.qu;
|
|
|
|
|
|
namespace ZR.Service.mes.qu.IService
|
|
{
|
|
public interface IQuRoughService
|
|
{
|
|
}
|
|
}
|