nickchange
2023-10-18 f9428b9bf58824e408d4c8fbeb253ba6cc4d4f5d
cloud-server-other/src/main/java/com/dsh/other/entity/Store.java
@@ -120,11 +120,6 @@
    @TableField("welfarePicture")
    private String welfarePicture;
    /**
     * 开始上课图片
     */
    @TableField("classPicture")
    private String classPicture;
    /**
     * 评分
     */
    @TableField("score")
@@ -136,6 +131,10 @@
    private Integer state;
    @TableField("operatorId")
    private Integer operatorId;
    @Override
    protected Serializable pkVal() {
        return this.id;