Files
SecMPS/api_sqlsugar/VolPro.Sys/IServices/form/IFormCollectionObjectService.cs
2026-05-15 23:22:48 +08:00

13 lines
288 B
C#

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