Commit aa6a728f authored by caotao's avatar caotao

1.stationCacheInfoDto实现序列化接口

parent 3a7d9421
......@@ -3,8 +3,10 @@ package com.yeejoin.amos.boot.module.jxiop.biz.dto;
import com.baomidou.mybatisplus.annotation.TableField;
import lombok.Data;
import java.io.Serializable;
@Data
public class StationCacheInfoDto {
public class StationCacheInfoDto implements Serializable {
//场站id
private String stationId;
//场站名称
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment