修正委托状态注释

This commit is contained in:
yss
2022-11-08 09:02:51 +08:00
parent 25821de809
commit a8019a3ff5

View File

@ -168,9 +168,9 @@ public class ProjectEntrust extends BaseEntity implements Serializable {
private String documentsLocation; private String documentsLocation;
/** /**
* 状态,0-初始化10-已提交11-已退回20-已分派30-已建档-1-已拒绝 * 状态,1-未分派、2-已分派、3-已建档、9-已拒绝
*/ */
@ApiModelProperty(value = "状态,0-初始化10-已提交11-已退回20-已分派30-已建档-1-已拒绝") @ApiModelProperty(value = "状态,1-未分派、2-已分派、3-已建档、9-已拒绝")
private Integer status; private Integer status;
/** /**