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