【数据资产】
1、发起跨平台审批流程
Showing
2 changed files
with
6 additions
and
0 deletions
| ... | @@ -29,6 +29,9 @@ public class DemandRQVO extends FlowRQBaseVO { | ... | @@ -29,6 +29,9 @@ public class DemandRQVO extends FlowRQBaseVO { |
| 29 | @Schema(description = "需求类型") | 29 | @Schema(description = "需求类型") |
| 30 | private String requirementType; | 30 | private String requirementType; |
| 31 | 31 | ||
| 32 | @Schema(title = "专区名称") | ||
| 33 | private String zqName; | ||
| 34 | |||
| 32 | /** | 35 | /** |
| 33 | * 需求分类【1新增 2调整】 | 36 | * 需求分类【1新增 2调整】 |
| 34 | */ | 37 | */ | ... | ... |
| ... | @@ -25,6 +25,9 @@ public class EnterpriseRQVO extends FlowRQBaseVO { | ... | @@ -25,6 +25,9 @@ public class EnterpriseRQVO extends FlowRQBaseVO { |
| 25 | @Schema(description = "公司名称") | 25 | @Schema(description = "公司名称") |
| 26 | private String tenantName; | 26 | private String tenantName; |
| 27 | 27 | ||
| 28 | @Schema(title = "专区名称") | ||
| 29 | private String zqName; | ||
| 30 | |||
| 28 | /** | 31 | /** |
| 29 | * 统一社会信用代码 | 32 | * 统一社会信用代码 |
| 30 | */ | 33 | */ | ... | ... |
-
Please register or sign in to post a comment