拣货装卸费/贴标费;
This commit is contained in:
+8
@@ -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;
|
||||
}
|
||||
Reference in New Issue
Block a user