杨前锦
2025-06-13 b7308bba3d7ffad271ce7fc7a93c8c45d76be87d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
 
namespace HH.WCS.Mobox3.YNJT_BZP_GT.models
{
    public class WmsToGtLokasi
    {
        public string ydate_shiftName { get; set; } // 时间_班次
        public string bc_entried { get; set; }  // 条码
        public string loc_from { get; set; } // 起点货位
        public string loc_to { get; set; } // 终点货位
        public string qty { get; set; } // 数量
        public string lot { get; set; } // 托数
        public string scantime { get; set; } // 扫码创建任务时间
        public string pic { get; set; }  // 小车号
    }
}