update 后管页面新增独立报桩字段

This commit is contained in:
Lemon
2025-04-28 16:38:35 +08:00
parent 297c251274
commit 0c76d906b3
4 changed files with 31 additions and 1 deletions

View File

@@ -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());

View File

@@ -44,6 +44,11 @@ public class PileStationVO {
*/
private String areaCode;
/**
* 是否独立报桩
*/
private String aloneApply;
/**
* 地区
*/