using CZFW.Framework.Model.Entity; namespace CZFW.Framework.Interface { public interface IDictItem:ILogicBase<DictItemEntity>, Api.IDictItemApi { } }