phpcjl
2024-12-02 3a2f3beb47ba2ffc6862c9d089e35e1dda9040ff
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/Region.java
@@ -14,6 +14,8 @@
@TableName("t_region")
@ApiModel(value="Region对象", description="")
public class Region implements Serializable {
    private static final long serialVersionUID = 1L;
    @TableId(value = "id", type = IdType.AUTO)
    private Long id;