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

13 lines
260 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
/*
*,
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
2025-09-26 13:35:45 +08:00
namespace VOL.HR.IServices
2025-09-25 14:37:10 +08:00
{
2025-09-26 13:35:45 +08:00
public partial interface IHR_DeptShipService : IService<HR_DeptShip>
2025-09-25 14:37:10 +08:00
{
}
}