拣货装卸费/贴标费;

This commit is contained in:
王奎兴
2026-03-31 13:10:11 +08:00
parent a9d5dcd89d
commit a1cce28da5
5 changed files with 34 additions and 0 deletions
@@ -220,4 +220,12 @@ public class PickingMaterialDetailDTO extends BaseVOEntity {
@ApiModelProperty("总面积(SQM)")
@Excel(name = "总面积(SQM)")
private BigDecimal totalArea;
@ApiModelProperty("装卸费")
@Excel(name = "装卸费")
private BigDecimal loadUnloadFee;
@ApiModelProperty("贴标费")
@Excel(name = "贴标费")
private BigDecimal stickerFee;
}