建店资料收集fix
This commit is contained in:
@@ -44,7 +44,7 @@ public class BuildInformationDO {
|
||||
* 营业时间
|
||||
*/
|
||||
@Column(name = "business_hours")
|
||||
private Date businessHours;
|
||||
private String businessHours;
|
||||
|
||||
/**
|
||||
* 营业电话
|
||||
|
||||
@@ -31,8 +31,8 @@ public class BuildInformationRequest {
|
||||
private String shopContactMobile;
|
||||
|
||||
@ApiModelProperty("营业时间")
|
||||
@NotNull
|
||||
private Date businessHours;
|
||||
@NotBlank
|
||||
private String businessHours;
|
||||
|
||||
@ApiModelProperty("营业电话")
|
||||
@NotBlank
|
||||
|
||||
@@ -45,7 +45,7 @@ public class BuildInformationResponse {
|
||||
private String shopContactMobile;
|
||||
|
||||
@ApiModelProperty("营业时间")
|
||||
private Date businessHours;
|
||||
private String businessHours;
|
||||
|
||||
@ApiModelProperty("营业电话")
|
||||
private String businessMobile;
|
||||
|
||||
Reference in New Issue
Block a user