fix:优化convert
This commit is contained in:
parent
82a754b403
commit
c9f43207a1
|
|
@ -6,6 +6,8 @@ import lombok.EqualsAndHashCode;
|
||||||
import org.apache.commons.lang3.builder.ToStringBuilder;
|
import org.apache.commons.lang3.builder.ToStringBuilder;
|
||||||
import org.apache.commons.lang3.builder.ToStringStyle;
|
import org.apache.commons.lang3.builder.ToStringStyle;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 航线分组
|
* 航线分组
|
||||||
*
|
*
|
||||||
|
|
@ -28,6 +30,10 @@ public class AirlineFileGroupVO extends BaseEntity {
|
||||||
*/
|
*/
|
||||||
private Long userId;
|
private Long userId;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 组关联的航线
|
||||||
|
*/
|
||||||
|
private List<AirlineFileVO> groupInfos;
|
||||||
|
|
||||||
@Override
|
@Override
|
||||||
public String toString() {
|
public String toString() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue