6ae635a6 by xu

可信空间连接器入住接口

1 parent 66d59e1c
...@@ -36,7 +36,7 @@ public class TdsConnectorAdditionalRQVO { ...@@ -36,7 +36,7 @@ public class TdsConnectorAdditionalRQVO {
36 @Schema(description = "可验证身份签发单位") 36 @Schema(description = "可验证身份签发单位")
37 @Size(max = 100, message = "可验证身份签发单位长度超过100") 37 @Size(max = 100, message = "可验证身份签发单位长度超过100")
38 // @NotBlank(message = "可验证身份签发单位为空。") 38 // @NotBlank(message = "可验证身份签发单位为空。")
39 private String identityIssuingUnit; 39 private String trustedIdentityCredentialUnit;
40 40
41 /** 41 /**
42 * 供应商名称 42 * 供应商名称
......
...@@ -37,7 +37,7 @@ public class TdsConnectorAdditionalRSVO { ...@@ -37,7 +37,7 @@ public class TdsConnectorAdditionalRSVO {
37 * 可验证身份签发单位 37 * 可验证身份签发单位
38 */ 38 */
39 @Schema(description = "可验证身份签发单位") 39 @Schema(description = "可验证身份签发单位")
40 private String identityIssuingUnit; 40 private String trustedIdentityCredentialUnit;
41 41
42 /** 42 /**
43 * 供应商名称 43 * 供应商名称
......
...@@ -32,7 +32,7 @@ public class MfTdsConnectorAdditional extends BaseShardingDO { ...@@ -32,7 +32,7 @@ public class MfTdsConnectorAdditional extends BaseShardingDO {
32 * 可验证身份签发单位 32 * 可验证身份签发单位
33 */ 33 */
34 @Name("可验证身份签发单位") 34 @Name("可验证身份签发单位")
35 private String identityIssuingUnit; 35 private String trustedIdentityCredentialUnit;
36 36
37 /** 37 /**
38 * 供应商名称 38 * 供应商名称
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!