fit:增加航线分类接口计数
This commit is contained in:
parent
a97844dec1
commit
cb3af6ee0d
|
|
@ -35,12 +35,17 @@ public class AirlineFileGroupVO extends BaseEntity {
|
|||
*/
|
||||
private List<AirlineFileVO> groupInfos;
|
||||
|
||||
/**
|
||||
* 航线数量
|
||||
*/
|
||||
private Integer airlineCount;
|
||||
|
||||
@Override
|
||||
public String toString() {
|
||||
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|
||||
.append("groupId", getGroupId())
|
||||
.append("groupName", getGroupName())
|
||||
.append("userId", getUserId())
|
||||
.append("groupId", groupId)
|
||||
.append("groupName", groupName)
|
||||
.append("userId", userId)
|
||||
.toString();
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue