jyy
2021-01-26 ab2879bbcb846256cc182198b9c04e50fbc276c1
zq-erp/src/main/java/com/matrix/system/hive/bean/SysProjServices.java
@@ -37,7 +37,7 @@
    /**
     * 订单创建时间
     */
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GTM+8")
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GMT+8")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
    private Date createTime;
    /**
@@ -232,6 +232,14 @@
     * 床位名称
     */
    private String bedName;
     /**
     * 评价
     */
    private String comment;
     /**
     * 评价回复
     */
    private String reply;
    /**
     * 商机
     */
@@ -241,6 +249,12 @@
     * 服务预计时长
     */
    private Integer totalTime;
    /**
     * 到时提醒次数
     */
    private Integer overtimeNotice;
@@ -255,6 +269,22 @@
     * 门店
     */
    private SysShopInfo shopInfo;
    public String getComment() {
        return comment;
    }
    public void setComment(String comment) {
        this.comment = comment;
    }
    public String getReply() {
        return reply;
    }
    public void setReply(String reply) {
        this.reply = reply;
    }
    @Extend
    private String shopName;
@@ -289,14 +319,14 @@
    /**
     * 扩展属性-预约查询开始时间
     */
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GTM+8")
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GMT+8")
    @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM)
    private Date beginTime;
    /**
     * 扩展属性-预约查询结束时间
     */
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GTM+8")
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GMT+8")
    @DateTimeFormat(pattern = DateUtil.DATE_FORMAT_MM)
    private Date closureTime;
@@ -306,6 +336,15 @@
    @Extend
    private String pageFlae;
    public Integer getOvertimeNotice() {
        return overtimeNotice;
    }
    public void setOvertimeNotice(Integer overtimeNotice) {
        this.overtimeNotice = overtimeNotice;
    }
    public String getPageFlae() {
        return pageFlae;
    }