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;