标前管理人员任命添加审核状态
This commit is contained in:
@ -38,6 +38,11 @@ public class XzdBqglRyrm extends BaseEntity {
|
||||
*/
|
||||
private String projectName;
|
||||
|
||||
/**
|
||||
* 审核状态
|
||||
*/
|
||||
private String auditStatus;
|
||||
|
||||
/**
|
||||
* 项目编码
|
||||
*/
|
||||
|
||||
@ -51,6 +51,13 @@ public class XzdBqglRyrmBo extends BaseEntity {
|
||||
* 人员编码
|
||||
*/
|
||||
private String ryNumber;
|
||||
|
||||
/**
|
||||
* 审核状态
|
||||
*/
|
||||
private String auditStatus;
|
||||
|
||||
|
||||
/**
|
||||
* 项目类型
|
||||
*/
|
||||
|
||||
@ -64,6 +64,11 @@ public class XzdBqglRyrmVo implements Serializable {
|
||||
*/
|
||||
@ExcelProperty(value = "项目类型")
|
||||
private Long projectTypeId;
|
||||
|
||||
/**
|
||||
* 审核状态
|
||||
*/
|
||||
private String auditStatus;
|
||||
/**
|
||||
* 项目类型
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user