添加字段
This commit is contained in:
@ -68,4 +68,7 @@ public class BgtWageApplicationDetailVO {
|
||||
@ApiModelProperty("备注")
|
||||
private String remark;
|
||||
|
||||
@ApiModelProperty("审核状态(1审核中 2已审核 3未审核)")
|
||||
private String auditStatus;
|
||||
|
||||
}
|
||||
|
@ -47,5 +47,6 @@ public class BgtWageApplicationVO {
|
||||
@ApiModelProperty("任务地址")
|
||||
private String taskAddress;
|
||||
|
||||
|
||||
@ApiModelProperty("审核状态(1审核中 2已审核 3未审核)")
|
||||
private String auditStatus;
|
||||
}
|
||||
|
@ -33,7 +33,8 @@ PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN"
|
||||
bwa.create_time,
|
||||
bwa.id,
|
||||
bwa.username,
|
||||
bwa.project_name
|
||||
bwa.project_name,
|
||||
bwa.audit_status
|
||||
from bgt_wage_application bwa
|
||||
<where>
|
||||
<if test="dto.userId != null ">
|
||||
|
Reference in New Issue
Block a user