export declare class GetProjPostListByProjCodeRequest { constructor(params: Partial); /** * 项目编码 */ projCode: string; /** * 当前页数 */ pageNum: number; /** * 每页条数 */ pageSize: number; /** * 查询关键字 */ keyWord: string; }