无关风月
7 天以前 3b21bc01d0b202273552d4c245edc474b3e680eb
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;