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

feat(用户模块): 添加是否代管字段

添加是否代管字段
上级 8622bd84
...@@ -95,6 +95,10 @@ public class Units { ...@@ -95,6 +95,10 @@ public class Units {
@ApiModelProperty(value = "装备配用范围的指定") @ApiModelProperty(value = "装备配用范围的指定")
private Integer packingMatchingRange; private Integer packingMatchingRange;
@ApiModelProperty(value = "是否代管")
private Integer isNotEscrow;
/** /**
* 区域对象 * 区域对象
*/ */
...@@ -113,6 +117,7 @@ public class Units { ...@@ -113,6 +117,7 @@ public class Units {
null, null,
null, null,
null, null,
null,
null null
); );
} }
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论