Helius
2021-01-25 89e17a219d8a6d208e4cb32a43e90abb89b3c93b
zq-erp/src/main/java/com/matrix/system/hive/bean/SysProjServices.java
@@ -232,6 +232,14 @@
     * 床位名称
     */
    private String bedName;
     /**
     * 评价
     */
    private String comment;
     /**
     * 评价回复
     */
    private String reply;
    /**
     * 商机
     */
@@ -241,6 +249,8 @@
     * 服务预计时长
     */
    private Integer totalTime;
@@ -256,6 +266,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;