Files
iMES_Net/iMES.System/IServices/flow/ISys_WorkFlowTableService.cs

13 lines
279 B
C#
Raw Permalink Normal View History

2026-02-06 18:34:35 +08:00
/*
*,
*/
using iMES.Core.BaseProvider;
using iMES.Entity.DomainModels;
namespace iMES.System.IServices
{
public partial interface ISys_WorkFlowTableService : IService<Sys_WorkFlowTable>
{
}
}