完善行政区划管理
This commit is contained in:
@@ -10,6 +10,12 @@ import lombok.Data;
|
||||
@Schema(description = "区域树")
|
||||
public class RegionTree {
|
||||
|
||||
/**
|
||||
* 数据库Id
|
||||
*/
|
||||
@Schema(description = "数据库Id")
|
||||
private int dbId;
|
||||
|
||||
/**
|
||||
* 区域国标编号
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user