sjz
5 天以前 bf780b6c83012b5beb3d7515b8fb61753c5fb736
1
2
3
4
5
6
7
8
9
 
namespace MES.Service.Dto.webApi.DeliveryNote;
 
public class ReturnBarcode
{
    public string? Barcodes { get; set; }
    public string? LineNo { get; set; }
    public decimal? IncludeQty { get; set; }
}