Merge branch 'main' of http://th.local.t-aaron.com:13000/THENG/a-cloud-all
This commit is contained in:
commit
deab72f3cd
|
|
@ -35,12 +35,17 @@ public class AirlineFileGroupVO extends BaseEntity {
|
||||||
*/
|
*/
|
||||||
private List<AirlineFileVO> groupInfos;
|
private List<AirlineFileVO> groupInfos;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 航线数量
|
||||||
|
*/
|
||||||
|
private Integer airlineCount;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
||||||
.append("groupId", getGroupId())
|
.append("groupId", groupId)
|
||||||
.append("groupName", getGroupName())
|
.append("groupName", groupName)
|
||||||
.append("userId", getUserId())
|
.append("userId", userId)
|
||||||
.toString();
|
.toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue