收货lot编码

This commit is contained in:
秦鸿展
2026-04-09 09:53:23 +08:00
parent 25d77bdb66
commit f66b11622d
6 changed files with 25 additions and 1 deletions
@@ -181,6 +181,10 @@ public class ReceiptMaterialDetailDTO extends BaseVOEntity {
@Excel(name = "批次号")
private String batchNumber;
@ApiModelProperty("lot编号")
@Excel(name = "lot编号")
private String lotNo;
@ApiModelProperty("物料状态编码")
@Excel(name = "物料状态编码")
private String materialStatusCode;