打印条码最小包装数改为传入

This commit is contained in:
2024-11-05 14:03:20 +08:00
parent 8e96cf51e2
commit 78ecfca946
4 changed files with 4 additions and 4 deletions

View File

@@ -16,6 +16,6 @@ namespace Tnb.WarehouseMgr.Entities.Dto.Inputs
/// <summary>
/// 条码数量
/// </summary>
//public int code_qty { get; set; }
public int code_qty { get; set; }
}
}