import { IPSWXAccountObject } from './ipswxaccount-object'; /** * * @export * @interface IPSWXLogic */ export interface IPSWXLogic extends IPSWXAccountObject { /** * 代码标识 * @type {string} */ codeName: string; }