1acc4dd5 by xu

可信空间连接器入住接口

1 parent bb9d937a
...@@ -4,6 +4,7 @@ import com.csbr.cloud.common.annotations.SystemParamsDict; ...@@ -4,6 +4,7 @@ import com.csbr.cloud.common.annotations.SystemParamsDict;
4 import com.csbr.cloud.workflow.domain.vo.appove.BizApproveVO; 4 import com.csbr.cloud.workflow.domain.vo.appove.BizApproveVO;
5 import com.fasterxml.jackson.annotation.JsonFormat; 5 import com.fasterxml.jackson.annotation.JsonFormat;
6 import io.swagger.v3.oas.annotations.media.Schema; 6 import io.swagger.v3.oas.annotations.media.Schema;
7 import jdk.jfr.Name;
7 import lombok.Data; 8 import lombok.Data;
8 9
9 import java.math.BigDecimal; 10 import java.math.BigDecimal;
...@@ -250,6 +251,15 @@ public class EnterpriseRSVO { ...@@ -250,6 +251,15 @@ public class EnterpriseRSVO {
250 @SystemParamsDict(dictTypeName = "证件类型", codeFieldName = "handlePersonIdType") 251 @SystemParamsDict(dictTypeName = "证件类型", codeFieldName = "handlePersonIdType")
251 private String handlePersonIdTypeName; 252 private String handlePersonIdTypeName;
252 253
254 @Schema(description = "可信凭证颁发日期")
255 @JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
256 private Date tdsVoucherDate;
257
258 @Schema(description = "可信身份凭证url")
259 private String tdsVoucherUrl;
260
261 private String tdsVoucherUnit="北京传世博润科技有限公司";
262
253 /******** 库表存储属性 需处理 *****/ 263 /******** 库表存储属性 需处理 *****/
254 264
255 /******** 自定义扩展 *****/ 265 /******** 自定义扩展 *****/
......
...@@ -219,4 +219,10 @@ public class MfEnterprise extends BaseDO { ...@@ -219,4 +219,10 @@ public class MfEnterprise extends BaseDO {
219 219
220 @Name("经办人证件类型") 220 @Name("经办人证件类型")
221 private String handlePersonIdType; 221 private String handlePersonIdType;
222
223 @Name("可信凭证颁发日期")
224 private Date tdsVoucherDate;
225
226 @Name("可信身份凭证url")
227 private String tdsVoucherUrl;
222 } 228 }
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!