仓库出租率功能模块

This commit is contained in:
zhou-hongcheng
2026-01-29 14:44:27 +08:00
parent b72134a936
commit db86df135a
25 changed files with 1426 additions and 8 deletions
@@ -165,4 +165,7 @@ public class MaterialInventoryDO extends MaterialBaseDO {
@ApiModelProperty("面积")
@Excel(name = "面积")
private BigDecimal area;
@ApiModelProperty("货主id")
private Long shipperId;
}