Commit 486a483e by 穆龙飞

modify:增加名称+部门返回

parent 36ed9f33
...@@ -83,6 +83,11 @@ public class ChangeFlowVO { ...@@ -83,6 +83,11 @@ public class ChangeFlowVO {
private String changeCommander; private String changeCommander;
/** /**
* 名称+部门
*/
private String changeCommanderView;
/**
* 变更潜在风险描述 * 变更潜在风险描述
*/ */
private String changeRiskDesc; private String changeRiskDesc;
...@@ -118,6 +123,11 @@ public class ChangeFlowVO { ...@@ -118,6 +123,11 @@ public class ChangeFlowVO {
* 变更发起人 * 变更发起人
*/ */
private String changeCreator; private String changeCreator;
/**
* 名称+部门
*/
private String changeCreatorView;
/** /**
* 变更行动方案 * 变更行动方案
*/ */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment