rentaiming
2024-07-25 454cb87bf4ecfae8a54e0afac1b2d8e9c58e9f62
ruoyi-modules/ruoyi-management/src/main/java/com/ruoyi/management/domain/SlRegion.java
@@ -24,8 +24,8 @@
public class SlRegion {
    @ApiModelProperty("主键ID")
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @TableId(value = "id", type = IdType.ASSIGN_ID)
    private Long id;
    @ApiModelProperty("城市名称")
    @TableField("name")