parent
59856b0911
commit
e121ad74d4
1 changed files with 0 additions and 16 deletions
@ -1,16 +0,0 @@ |
|||||||
package org.springblade.modules.business.vo; |
|
||||||
|
|
||||||
import java.io.Serializable; |
|
||||||
|
|
||||||
/** |
|
||||||
* @Author: Chents |
|
||||||
* @Create: 2023-05-09 |
|
||||||
*/ |
|
||||||
public class StationVo implements Serializable { |
|
||||||
|
|
||||||
private static final long serialVersionUID = 1L; |
|
||||||
|
|
||||||
private CarInfoVO carInfoVO; |
|
||||||
|
|
||||||
private String currentStationCode; |
|
||||||
} |
|
||||||
Loading…
Reference in new issue