935090232@qq.com
2021-10-23 13cbb37d5a38ae764fbe78063de4af61511b33e2
zq-erp/src/main/java/com/matrix/system/hive/bean/SysProjServices.java
@@ -37,12 +37,14 @@
    /**
     * 订单创建时间
     */
    @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;
    /**
     * 订单划扣时间
     */
    @JsonFormat(pattern = DateUtil.DATE_FORMAT_MM, timezone = "GMT+8")
    @DateTimeFormat(pattern = "yyyy-MM-dd HH:mm")
    private Date consumeTime;
    /**
@@ -62,9 +64,7 @@
     * 床位
     */
    private Long bedId;
    /**
     * 床位
     */
    private Long companyId;
    /**
@@ -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;
    }