流转工作流程
This commit is contained in:
@@ -40,6 +40,12 @@ public class UserReportVO {
|
||||
@ApiModelProperty(value = "填报部门")
|
||||
private String orgId;
|
||||
|
||||
/**
|
||||
* 填报部门
|
||||
*/
|
||||
@ApiModelProperty(value = "填报部门名称")
|
||||
private String orgName;
|
||||
|
||||
/**
|
||||
* 工程预期投产日期
|
||||
*/
|
||||
@@ -71,6 +77,7 @@ public class UserReportVO {
|
||||
@ApiModelProperty(value = "用户状态")
|
||||
private Integer userStatus;
|
||||
|
||||
|
||||
/**
|
||||
* 变电站
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user