修正委托状态注释
This commit is contained in:
@ -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;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
Reference in New Issue
Block a user