dengjunjie
2025-02-24 cde56aae50adc11ff8db84e424d873843c566bfd
ÏîÄ¿´úÂë/WMS/WIDESEA_WMSServer/WIDESEA_DTO/WCSInfo/ProductionlineDTO.cs
@@ -9,25 +9,28 @@
    public class ProductionlineDTO
    {
        /// <summary>
        /// æ‰˜ç›˜æ¡ç 
        /// æ‰˜ç›˜å·
        /// </summary>
        public string TrayBarcode { get; set; }
        public string Barcode { get; set; }
        /// <summary>
        /// æ‰˜ç›˜ç±»åž‹
        /// ç«™å°ç¼–号
        /// </summary>
        public int TrayType { get; set; }
        public string stationCode { get; set; }
        /// <summary>
        /// æ•°é‡
        /// </summary>
        public int InProductQty { get; set; }
        //public int ProductQty { get; set; } = 0;
        public string productQty { get; set; }
        /// <summary>
        /// æ€»æ•°é‡
        /// </summary>
        public decimal QtySum { get; set; }
        /// <summary>
        /// æ‰¹å·
        /// </summary>
        public string BatchNo { get; set; }
        public string batchNo { get; set; }
        /// <summary>
        /// ç«™ç‚¹ç¼–号
        /// ç±»åž‹
        /// </summary>
        public string Station {  get; set; }
        public short traytype { get; set; }
    }
}