fit:触发构建
This commit is contained in:
parent
9a4fa70463
commit
89f8739c18
|
|
@ -29,6 +29,11 @@ public class AirlineFileGroup extends ExBaseEntity {
|
||||||
*/
|
*/
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 航线数量
|
||||||
|
*/
|
||||||
|
private Integer airlineCount;
|
||||||
|
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
@ -36,6 +41,7 @@ public class AirlineFileGroup extends ExBaseEntity {
|
||||||
.append("groupId", getGroupId())
|
.append("groupId", getGroupId())
|
||||||
.append("groupName", getGroupName())
|
.append("groupName", getGroupName())
|
||||||
.append("userId", getUserId())
|
.append("userId", getUserId())
|
||||||
|
.append("airlineCount", getAirlineCount())
|
||||||
.toString();
|
.toString();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue