14 lines
297 B
C#
14 lines
297 B
C#
|
|
/*
|
||
|
|
*所有关于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
|
||
|
|
{
|
||
|
|
}
|
||
|
|
}
|