提交 6770ee0b authored 作者: zjm's avatar zjm

fix(单位模块): 修改添加单位接口传的参数

修改添加单位接口传的参数
上级 3a44b55a
...@@ -50,13 +50,6 @@ public class UnitsAddVo { ...@@ -50,13 +50,6 @@ public class UnitsAddVo {
@ApiModelProperty(value = "等级", name = "level", example = "12321L") @ApiModelProperty(value = "等级", name = "level", example = "12321L")
private Integer level; private Integer level;
/**
* 1.在系统单位
* 2.省直属单位 areaid 0
* 3.省上级单位 areaid 0
*/
private Integer type=1;
/** /**
* 排序 * 排序
*/ */
......
...@@ -40,7 +40,7 @@ public class AreaExhibition extends BaseEntity { ...@@ -40,7 +40,7 @@ public class AreaExhibition extends BaseEntity {
/** /**
* 排序 * 排序
*/ */
private String orders; private Integer orders;
/** /**
* 父类id * 父类id
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论