| | |
| | | /// </summary> |
| | | public string ItemCode { get; set; } |
| | | /// <summary> |
| | | /// 单据号 |
| | | /// </summary> |
| | | public string OrderNo { get; set; } |
| | | /// <summary> |
| | | /// 当前操作需要提交的选项 |
| | | /// </summary> |
| | | public Dictionary<string, string> Options { get; set; } = new Dictionary<string, string>(); |
| | |
| | | public string BatchNo { get; set; } |
| | | public double BatchQty { get; set; } |
| | | public List<RePrintLabelEntity> SnList { get; set; }=new List<RePrintLabelEntity>(); |
| | | } |
| | | |
| | | public class PrintSemiProdLabelEntity: RePrintLabelBase |
| | | { |
| | | |
| | | } |
| | | |
| | | public class RePrintLabelEntity |