feat: commonVo加草稿id字段
This commit is contained in:
+6
@@ -90,5 +90,11 @@ public class CommonVO {
|
||||
@ApiModelProperty("制修订计划说明")
|
||||
private String processDescription;
|
||||
|
||||
/**
|
||||
* 草稿Id
|
||||
*/
|
||||
@ApiModelProperty("草稿Id")
|
||||
private String draftId;
|
||||
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user