|
@@ -19,18 +19,18 @@ public class SettleRelaConfigVO {
|
|
|
private String belongCompanyCode;
|
|
|
|
|
|
@ZfireField(tbName = "b", colName = "name", ignoreSelect = true)
|
|
|
- @ApiModelProperty(value = "上级网点名称")
|
|
|
+ @ApiModelProperty(value = "一级网点名称")
|
|
|
private String parentName;
|
|
|
|
|
|
- @ApiModelProperty(value = "上级网点编号")
|
|
|
+ @ApiModelProperty(value = "一级网点编号")
|
|
|
private String websitId;
|
|
|
|
|
|
@ZfireField(tbName = "d", colName = "name", ignoreSelect = true)
|
|
|
- @ApiModelProperty(value = "下级网点名称")
|
|
|
+ @ApiModelProperty(value = "二级网点名称")
|
|
|
private String subName;
|
|
|
|
|
|
@ZfireField(tbName = "c")
|
|
|
- @ApiModelProperty(value = "下级网点编号")
|
|
|
+ @ApiModelProperty(value = "二级网点编号")
|
|
|
private String subWebsitId;
|
|
|
|
|
|
@ApiModelProperty(value = "创建人")
|