出库导入报错;

This commit is contained in:
王奎兴
2026-05-28 20:14:31 +08:00
parent 1e61760d45
commit c3c2d0e569
7 changed files with 24 additions and 12 deletions
@@ -137,4 +137,7 @@ public class StockShelfOrderDTO extends StockInOrderBaseDTO {
@ApiModelProperty("推送人姓名")
private String pushByName;
@ApiModelProperty("批次号")
@Excel(name = "批次号")
private String batchNo;
}