puzhibing
2024-03-12 f25005e032ca124b0f6627a7192a034f08e680c9
cloud-server-account/src/main/java/com/dsh/account/feignclient/other/model/Store.java
@@ -80,10 +80,6 @@
     */
    private String welfarePicture;
    /**
     * 开始上课图片
     */
    private String classPicture;
    /**
     * 评分
     */
    private BigDecimal score;
@@ -91,4 +87,9 @@
     * 状态(1=正常,2=冻结,3=删除)
     */
    private Integer state;
    /**
     * 运营商id
     */
    private Integer operatorId;
}