1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_DefectItem类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_DefectItemService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
*所有关于Base_DefectItem_ExtendData类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_DefectItem_ExtendDataService
|
||||
{
|
||||
object GetExtendDataByDefectItemID();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_DesktopMenu类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_DesktopMenuService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_ExcelTemplate类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_ExcelTemplateService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_Language类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_LanguageService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_MaterialDetail类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_MaterialDetailService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_MaterialDetailTree类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_MaterialDetailTreeService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_MaterialDetail_ExtendData类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_MaterialDetail_ExtendDataService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_MeritPay类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_MeritPayService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_MeritPay_ExtendData类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_MeritPay_ExtendDataService
|
||||
{
|
||||
}
|
||||
}
|
||||
13
iMES.Custom/IServices/Custom/Partial/IBase_NoticeService.cs
Normal file
13
iMES.Custom/IServices/Custom/Partial/IBase_NoticeService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_Notice类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_NoticeService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_NumberRule类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_NumberRuleService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_PrintCatalog类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_PrintCatalogService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_PrintTemplate类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_PrintTemplateService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_ProcessLineList类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_ProcessLineListService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_ProcessLine类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_ProcessLineService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_ProcessList类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_ProcessListService
|
||||
{
|
||||
}
|
||||
}
|
||||
16
iMES.Custom/IServices/Custom/Partial/IBase_ProcessService.cs
Normal file
16
iMES.Custom/IServices/Custom/Partial/IBase_ProcessService.cs
Normal file
@@ -0,0 +1,16 @@
|
||||
/*
|
||||
*所有关于Base_Process类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_ProcessService
|
||||
{
|
||||
object GetProcessListByLineID(int ProcessLine_Id);
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
*所有关于Base_Process_ExtendData类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_Process_ExtendDataService
|
||||
{
|
||||
object GetExtendDataByProcessID();
|
||||
}
|
||||
}
|
||||
13
iMES.Custom/IServices/Custom/Partial/IBase_ProductService.cs
Normal file
13
iMES.Custom/IServices/Custom/Partial/IBase_ProductService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_Product类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_ProductService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
*所有关于Base_Product_ExtendData类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_Product_ExtendDataService
|
||||
{
|
||||
object GetExtendDataByProductID();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Base_WorkShop类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IBase_WorkShopService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,17 @@
|
||||
/*
|
||||
*所有关于Sys_Table_Extend类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
using System.Threading.Tasks;
|
||||
using System.Collections.Generic;
|
||||
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface ISys_Table_ExtendService
|
||||
{
|
||||
Task<object> GetTableExtendFieldList(string tableName);
|
||||
}
|
||||
}
|
||||
13
iMES.Custom/IServices/Custom/Partial/ISys_UnitService.cs
Normal file
13
iMES.Custom/IServices/Custom/Partial/ISys_UnitService.cs
Normal file
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Sys_Unit类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface ISys_UnitService
|
||||
{
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,14 @@
|
||||
/*
|
||||
*所有关于Sys_User_ExtendData类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface ISys_User_ExtendDataService
|
||||
{
|
||||
object GetExtendDataByUserID();
|
||||
}
|
||||
}
|
||||
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于View_Base_MaterialDetail类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Custom.IServices
|
||||
{
|
||||
public partial interface IView_Base_MaterialDetailService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user