0ff39d38 by xu

可信空间连接器入住接口

1 parent 59f9a56b
......@@ -103,6 +103,9 @@ public class TdsConnectorIdentityManagementRSVO extends BaseVO {
@Schema(description = "业务审批状态")
private String bizApproveState;
@Schema(title = "跨平台审批状态(N 初始 A 审批中 Y 已通过 R 驳回 C 已撤销)")
private String crossPlatformApproveState;
/******** 库表存储属性 需处理 *****/
/******** 自定义扩展 *****/
......
......@@ -80,6 +80,15 @@ public class TdsConnectorIdentityRSVO extends BaseVO {
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date credentialTime;
/**
* 业务审批状态
*/
@Schema(description = "业务审批状态")
private String bizApproveState;
@Schema(title = "跨平台审批状态(N 初始 A 审批中 Y 已通过 R 驳回 C 已撤销)")
private String crossPlatformApproveState;
/******** 库表存储属性 需处理 *****/
/******** 自定义扩展 *****/
......
......@@ -87,6 +87,9 @@ public class MfTdsConnectorIdentityManagement extends BaseShardingDO {
@Name("业务审批状态")
private String bizApproveState;
@Name("主平台同步状态(Y 成功 E 失败)")
private String crossPlatformApproveState;
/**
* 所属法人或其他组织名称
*/
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!