IDictItem.cs 167 B

12345678910
  1. using CZFW.Framework.Model.Entity;
  2. namespace CZFW.Framework.Interface
  3. {
  4. public interface IDictItem:ILogicBase<DictItemEntity>, Api.IDictItemApi
  5. {
  6. }
  7. }