承载能力评估bug修改

This commit is contained in:
hzj
2024-04-11 15:49:07 +08:00
parent 560cef483c
commit 315f54eaa0
3 changed files with 7 additions and 2 deletions

View File

@@ -77,4 +77,7 @@ public class CarryCapacityUserPO extends BaseEntity {
private String area;
@TableField(value = "status")
private Integer status;
}