StationRequestBean 增加 缓存数据来源class

yun-zuoyi
王杰 4 years ago
parent f7d8ee1026
commit 77795be8df

@ -214,6 +214,9 @@ public class StationRequestBean implements Serializable {
@ApiParam("密码") @ApiParam("密码")
private String password; private String password;
@ApiParam("缓存来源文件")
private String cacheSourceClass;
public StationRequestBean() { public StationRequestBean() {
} }
@ -252,6 +255,7 @@ public class StationRequestBean implements Serializable {
", finishCount=" + finishCount + ", finishCount=" + finishCount +
", packageNo=" + packageNo + ", packageNo=" + packageNo +
", createDatetime=" + createDatetime + ", createDatetime=" + createDatetime +
", cacheSourceClass=" + cacheSourceClass +
'}'; '}';
} }
} }

Loading…
Cancel
Save