新增工程、项目信息修改功能

This commit is contained in:
xy
2025-07-15 13:27:56 +08:00
parent 31c21a43f4
commit eeb22c749a
2 changed files with 2 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ public class CsLedgerVO implements Serializable {
@ApiModelProperty(name = "provinceId",value = "省Id")
private String provinceId;
@ApiModelProperty(name = "cityId",value = "市Id")
private String cityId;

View File

@@ -362,6 +362,7 @@ public class CsLedgerServiceImpl extends ServiceImpl<CsLedgerMapper, CsLedger> i
eng.setChildren(getChildren(eng, projectList));
}
);
return engineeringList;
}