提交 e29793d7 authored 作者: 133's avatar 133

[单位] 添加单位的配用性质

上级 5b2e11d1
......@@ -38,8 +38,6 @@ public class Units {
@GeneratedValue
@ApiModelProperty(value = "单位id", name = "unitId", example = "12321L")
@Column(columnDefinition = "integer NOT NULL AUTO_INCREMENT")
// @GeneratedValue(generator="UserIdentityGenerator",strategy = GenerationType.AUTO)
// @GenericGenerator(name = "UserIdentityGenerator", strategy = "UserIdentityGenerator")
private Integer unitId;
/**
......@@ -77,13 +75,13 @@ public class Units {
* 3.省上级单位 areaid 0
*/
private Integer type=1;
/**
* 区域id
*/
@ApiModelProperty(value = "区域id", name = "areaId", example = "12321L")
private Integer areaId;
/**
* 排序
*/
......@@ -94,6 +92,9 @@ public class Units {
@Transient
private String areaName;
@ApiModelProperty(value = "装备配用范围的指定")
private Integer packingMatchingRange;
/**
* 区域对象
*/
......@@ -111,6 +112,7 @@ public class Units {
1,1,
null,
null,
null,
null
);
}
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论