liujie
2025-08-11 8830fb9e58e7e345947b06f6862cdd5b2ae6f0bf
cloud-server-management/src/main/java/com/dsh/guns/modular/system/model/TStore.java
@@ -12,7 +12,7 @@
@TableName("t_store")
@Data
public class TStore {
    @TableId(type = IdType.AUTO)
    @TableId(value = "id", type = IdType.INPUT)
    private Integer id;
    @TableField("name")
    private String name;