0d4cc93a by xiaojie

【数据资产】

查询企业认证附件和领域
1 parent 1b270ca4
......@@ -67,6 +67,14 @@ public class EnterpriseDomainRQVO {
private Date domainEndTime;
/**
* 协议签订日期
*/
@Schema(description = "协议签订日期")
@JsonFormat(shape = JsonFormat.Shape.STRING, pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
@NotNull(message = "协议签订日期为空.")
private Date domainSignTime;
/**
* 协议签订人
*/
@Schema(description = "协议签订人")
......
......@@ -66,6 +66,13 @@ public class EnterpriseDomainRSVO {
private Date domainEndTime;
/**
* 协议签订日期
*/
@Schema(description = "协议签订日期")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss", timezone = "GMT+8")
private Date domainSignTime;
/**
* 协议签订人
*/
@Schema(description = "协议签订人")
......
......@@ -56,6 +56,12 @@ public class MfEnterpriseDomain extends BaseDO {
*/
@Name("协议结束日期")
private Date domainEndTime;
/**
*
*/
@Name("协议签订日期")
private Date domainSignTime;
/**
* 协议签订人
......
......@@ -74,7 +74,7 @@ public class EnterpriseServiceImpl extends FlowAbstractImpl implements Enterpris
private static final String SysFuncCode = "QYRZ";
@Value("${enterpriseAttachment.isRequired:false}")
@Value("${enterpriseAttachment.isRequired:true}")
private Boolean isRequired;
@Autowired
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!