luo
2023-09-23 53b91d8733ccc8eff73cccfda70f32ae604377c7
cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java
@@ -42,5 +42,10 @@
    private String welfarePicture;
    private BigDecimal score;
    private Integer state;
    @TableField("operatorId")
    private Integer operatorId;
    @TableField("type")
    private Integer type;
    @TableField("ids")
    private String ids;
}