liujie
2023-08-07 f5ca8f01cf6b8256a25e8c6838d805fe3fca43fc
cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java
@@ -13,6 +13,7 @@
public class TStore {
    @TableId(type = IdType.AUTO)
    private Integer id;
    @TableField("name")
    private String name;
    @TableField("storeStaffId")
    private Integer storeStaffId;