zhaowc
20 小时以前 35e3dae48db445e66c9614ee55dba062659e33d7
Wms/Model/InterFaceModel/HopperTransportModel.cs
@@ -22,6 +22,13 @@
        public decimal Weight { get; set; }
    }
    public class PointTask
    {
        public string ID { get; set; }
        public string BeginPoint { get; set; }
        public string EndPoint { get; set; }
    }
}