Files
iMES_Net/iMES.Custom/IServices/Custom/IBase_NumberRuleService.cs

13 lines
275 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.Custom.IServices
{
public partial interface IBase_NumberRuleService : IService<Base_NumberRule>
{
}
}