c5d584cd by xu

Merge branch 'feature-tds-v1.0.0' into 'develop'

可信空间连接器入住接口

See merge request !5
2 parents 0544d171 1acc4dd5
......@@ -4,6 +4,7 @@ import com.csbr.cloud.common.annotations.SystemParamsDict;
import com.csbr.cloud.workflow.domain.vo.appove.BizApproveVO;
import com.fasterxml.jackson.annotation.JsonFormat;
import io.swagger.v3.oas.annotations.media.Schema;
import jdk.jfr.Name;
import lombok.Data;
import java.math.BigDecimal;
......@@ -266,6 +267,15 @@ public class EnterpriseRSVO {
@SystemParamsDict(dictTypeName = "证件类型", codeFieldName = "handlePersonIdType")
private String handlePersonIdTypeName;
@Schema(description = "可信凭证颁发日期")
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8")
private Date tdsVoucherDate;
@Schema(description = "可信身份凭证url")
private String tdsVoucherUrl;
private String tdsVoucherUnit="北京传世博润科技有限公司";
/******** 库表存储属性 需处理 *****/
/******** 自定义扩展 *****/
......
......@@ -219,4 +219,10 @@ public class MfEnterprise extends BaseDO {
@Name("经办人证件类型")
private String handlePersonIdType;
@Name("可信凭证颁发日期")
private Date tdsVoucherDate;
@Name("可信身份凭证url")
private String tdsVoucherUrl;
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!