mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-04-21 11:35:12 +08:00
update 后管页面新增独立报桩字段
This commit is contained in:
@@ -207,6 +207,7 @@ public class PileStationInfoServiceImpl implements PileStationInfoService {
|
||||
vo.setCountryCode(pileStationInfo.getCountryCode());
|
||||
vo.setConstruction(pileStationInfo.getConstruction());
|
||||
vo.setBusinessHours(pileStationInfo.getBusinessHours());
|
||||
vo.setAloneApply(pileStationInfo.getAloneApply());
|
||||
// vo.setOrganizationCode(pileStationInfo.getor);
|
||||
vo.setPublicFlag(pileStationInfo.getPublicFlag());
|
||||
vo.setOpenFlag(pileStationInfo.getOpenFlag());
|
||||
|
||||
@@ -44,6 +44,11 @@ public class PileStationVO {
|
||||
*/
|
||||
private String areaCode;
|
||||
|
||||
/**
|
||||
* 是否独立报桩
|
||||
*/
|
||||
private String aloneApply;
|
||||
|
||||
/**
|
||||
* 地区
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user