【DAOP-1.0】企业认证
【功能点】联调问题处理
Showing
1 changed file
with
3 additions
and
0 deletions
... | @@ -37,6 +37,9 @@ public class EnterpriseQueryVO extends FlowBizGuidQueryDTO { | ... | @@ -37,6 +37,9 @@ public class EnterpriseQueryVO extends FlowBizGuidQueryDTO { |
37 | @Schema(description = "排除业务审批状态【N 草稿中,A 审批中,Y 已通过,R 驳回,C 已撤销,D 已废弃;B 变更中;】") | 37 | @Schema(description = "排除业务审批状态【N 草稿中,A 审批中,Y 已通过,R 驳回,C 已撤销,D 已废弃;B 变更中;】") |
38 | private List<String> bizApproveStateNotList; | 38 | private List<String> bizApproveStateNotList; |
39 | 39 | ||
40 | @Schema(description = "创建人姓名") | ||
41 | private String createUserName; | ||
42 | |||
40 | /******** 自定义扩展 *****/ | 43 | /******** 自定义扩展 *****/ |
41 | 44 | ||
42 | /** | 45 | /** | ... | ... |
-
Please register or sign in to post a comment