14 lines
300 B
C#
14 lines
300 B
C#
|
/*
|
||
|
*所有关于MES_EquipmentRepair类的业务代码接口应在此处编写
|
||
|
*/
|
||
|
using VOL.Core.BaseProvider;
|
||
|
using VOL.Entity.DomainModels;
|
||
|
using VOL.Core.Utilities;
|
||
|
using System.Linq.Expressions;
|
||
|
namespace VOL.MES.IServices
|
||
|
{
|
||
|
public partial interface IMES_EquipmentRepairService
|
||
|
{
|
||
|
}
|
||
|
}
|