basic stall
This commit is contained in:
parent
c8964c9f73
commit
d18e70e100
|
|
@ -55,14 +55,14 @@ public class BasicCanteen extends BaseEntity {
|
|||
|
||||
/** 营业时间 */
|
||||
@ApiModelProperty(value = "营业时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "营业时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "HH:mm:ss")
|
||||
@Excel(name = "营业时间", width = 10, dateFormat = "HH:mm:ss")
|
||||
private Date bizStartTime;
|
||||
|
||||
/** 营业时间 */
|
||||
@ApiModelProperty(value = "营业时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "营业时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "HH:mm:ss")
|
||||
@Excel(name = "营业时间", width = 10, dateFormat = "HH:mm:ss")
|
||||
private Date bizEndTime;
|
||||
|
||||
/** 食堂图片链接 */
|
||||
|
|
|
|||
|
|
@ -63,14 +63,14 @@ public class BasicStall extends BaseEntity {
|
|||
|
||||
/** 营业时间 */
|
||||
@ApiModelProperty(value = "营业时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "营业时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "HH:mm:ss")
|
||||
@Excel(name = "营业时间", width = 10, dateFormat = "HH:mm:ss")
|
||||
private Date bizStartTime;
|
||||
|
||||
/** 营业时间 */
|
||||
@ApiModelProperty(value = "营业时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "营业时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "HH:mm:ss")
|
||||
@Excel(name = "营业时间", width = 10, dateFormat = "HH:mm:ss")
|
||||
private Date bizEndTime;
|
||||
|
||||
/** 是否启用配送配置 */
|
||||
|
|
|
|||
|
|
@ -41,14 +41,14 @@ public class BasicStallMealtime extends BaseEntity {
|
|||
|
||||
/** 开始时间 */
|
||||
@ApiModelProperty(value = "开始时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "开始时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "HH:mm:ss")
|
||||
@Excel(name = "开始时间", width = 10, dateFormat = "HH:mm:ss")
|
||||
private Date bizStartTime;
|
||||
|
||||
/** 结束时间 */
|
||||
@ApiModelProperty(value = "结束时间")
|
||||
@JsonFormat(pattern = "yyyy-MM-dd")
|
||||
@Excel(name = "结束时间", width = 30, dateFormat = "yyyy-MM-dd")
|
||||
@JsonFormat(pattern = "HH:mm:ss")
|
||||
@Excel(name = "结束时间", width = 10, dateFormat = "HH:mm:ss")
|
||||
private Date bizEndTime;
|
||||
|
||||
/** 是否启用(1是,2否) */
|
||||
|
|
|
|||
Loading…
Reference in New Issue