分包商

This commit is contained in:
zt
2025-03-27 16:20:41 +08:00
parent 823d935d2d
commit e35e17df3e
35 changed files with 615 additions and 107 deletions

View File

@ -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代表删除 */