分包商
This commit is contained in:
@ -55,8 +55,8 @@ public class ZbfProjectSubcontractingApply implements Serializable {
|
||||
private Long fbsUserId;
|
||||
|
||||
/** 申请状态(0申请中 1已同意 2已拒绝) */
|
||||
@Excel(name = "申请状态" , readConverterExp = "0=申请中,1=已同意,2=已拒绝")
|
||||
@ApiModelProperty("申请状态(0申请中 1已同意 2已拒绝)")
|
||||
@Excel(name = "申请状态" , readConverterExp = "0=申请中,1=已同意,2=已拒绝,3=已取消")
|
||||
@ApiModelProperty("申请状态(0=申请中,1=已同意,2=已拒绝,3=已取消)")
|
||||
private String applyStatus;
|
||||
|
||||
/** 删除标志(0代表存在 2代表删除) */
|
||||
|
Reference in New Issue
Block a user