import { IPSDataEntityObject } from '../ipsdata-entity-object'; /** * * 子接口类型识别属性[] * @export * @interface IPSDELogicBase */ export interface IPSDELogicBase extends IPSDataEntityObject { /** * 代码标识 * @type {string} */ codeName: string; /** * 默认参数名称 * @type {string} */ defaultParamName: string; /** * 逻辑名称 * @type {string} */ logicName: string; } //# sourceMappingURL=ipsdelogic-base.d.ts.map