import { IPSViewLogic } from '../view/ipsview-logic'; /** * * 子接口类型识别属性[] * @export * @interface IPSSysViewLogic */ export interface IPSSysViewLogic extends IPSViewLogic { /** * 代码标识 * @type {string} */ codeName: string; }