项目列表增加项目概况

This commit is contained in:
2025-09-22 15:09:09 +08:00
parent 81c8938076
commit 71078cd36f
2 changed files with 6 additions and 0 deletions

View File

@ -208,4 +208,9 @@ public class BusProjectVo implements Serializable {
private Long count;
/**
* 项目概括
*/
private String projectGeneralize;
}