Laservall_manager_system/VOL.HR/IServices/DeptShip/IHR_DeptShipService.cs

13 lines
260 B
C#

/*
*代码由框架生成,任何更改都可能导致被代码生成器覆盖
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
namespace VOL.HR.IServices
{
public partial interface IHR_DeptShipService : IService<HR_DeptShip>
{
}
}