回显成品物料;

This commit is contained in:
王奎兴
2026-06-23 10:15:52 +08:00
parent 32efb1dfe5
commit f32f5b48bc
2 changed files with 8 additions and 1 deletions
@@ -166,4 +166,6 @@ public class PickingOrderPO extends StockOutOrderBasePO {
@ApiModelProperty("规格型号")
@Excel(name = "规格型号")
private String specificationModel;
@ApiModelProperty("货物类型 0-物料 1-半成品 2-成品")
private Integer goodsType;
}