lisy
2023-08-04 b03b30f475f3f4da7f0136fc562ac71d6821ebf4
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;