using CoreCms.Net.Model.Entities; namespace CoreCms.Net.IRepository { /// /// 提交表单保存大文本值表 工厂接口 /// public interface ICoreCmsFormSubmitDetailRepository : IBaseRepository { } }