export declare class ListData { /** * 用户编号 */ userNo: string; /** * 用户名称 */ userName: string; /** * 角色编号 */ roleNoStr: string; /** * 角色名称 */ roleNameStr: string; /** * 项目编号 */ projCode: string; /** * 项目名称 */ projectName: string; /** * 岗位编号 */ postNoStr: string; /** * 岗位名称 */ postNameStr: string; /** * 组织编号 */ orgNo: string; /** * 组织名称 */ orgName: string; }