Laservall_manager_system/VOL.Sys/IServices/System/ISys_DepartmentService.cs

13 lines
267 B
C#
Raw Normal View History

2025-09-25 14:37:10 +08:00
/*
*,
*/
using VOL.Core.BaseProvider;
using VOL.Entity.DomainModels;
namespace VOL.Sys.IServices
{
public partial interface ISys_DepartmentService : IService<Sys_Department>
{
}
}