增加行政区划树接口
This commit is contained in:
@@ -5,6 +5,7 @@ import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import lombok.Data;
|
||||
|
||||
import java.io.Serial;
|
||||
import java.io.Serializable;
|
||||
|
||||
/**
|
||||
* 行政区划
|
||||
@@ -15,7 +16,7 @@ import java.io.Serial;
|
||||
*/
|
||||
@Data
|
||||
@TableName("sys_city_area")
|
||||
public class SysCityArea {
|
||||
public class SysCityArea implements Serializable {
|
||||
|
||||
@Serial
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
Reference in New Issue
Block a user