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;