Commit 26da82363c4f9737841e08a9824346903196a66c

Authored by 房远帅
1 parent a2c2390b

楚江ERP:客户资信-查询接口

... ... @@ -48,7 +48,7 @@ public class GetCustomerCreditBo extends BaseBo<CustomerCredit> {
48 48 * 登记日期
49 49 */
50 50 @ApiModelProperty("登记日期")
51   - @JsonFormat(pattern = StringPool.DATE_TIME_PATTERN)
  51 + @JsonFormat(pattern = StringPool.DATE_PATTERN)
52 52 private LocalDate registerDate;
53 53
54 54 /**
... ... @@ -115,7 +115,7 @@ public class GetCustomerCreditBo extends BaseBo<CustomerCredit> {
115 115 * 注册时间
116 116 */
117 117 @ApiModelProperty("注册时间")
118   - @JsonFormat(pattern = StringPool.DATE_TIME_PATTERN)
  118 + @JsonFormat(pattern = StringPool.DATE_PATTERN)
119 119 private LocalDate registrationTime;
120 120
121 121 /**
... ...