1
This commit is contained in:
@@ -0,0 +1,13 @@
|
||||
/*
|
||||
*所有关于Cal_PlanShift类的业务代码接口应在此处编写
|
||||
*/
|
||||
using iMES.Core.BaseProvider;
|
||||
using iMES.Entity.DomainModels;
|
||||
using iMES.Core.Utilities;
|
||||
using System.Linq.Expressions;
|
||||
namespace iMES.Calendar.IServices
|
||||
{
|
||||
public partial interface ICal_PlanShiftService
|
||||
{
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user