luodangjia
2024-12-05 c8fbd36e4c1e2cae4751b8130d62621e9f08beb7
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;