wangxinhui
5 天以前 a9bba690fdead98f549d000ec29aa0cd6887cd22
项目代码/WIDESEA_WCSServer/WIDESEAWCS_DTO/PDA/ContainerbindingDTO.cs
对比新文件
@@ -0,0 +1,38 @@
锘縰sing System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace WIDESEAWCS_DTO.PDA
{
    /// <summary>
    /// 瀹瑰櫒缁戝畾DTO
    /// </summary>
    public class ContainerbindingDTO
    {
        /// <summary>
        /// 杞藉叿缂栧彿
        /// </summary>
        public string VehicleNumber {  get; set; }
        /// <summary>
        /// 闆朵欢缂栧彿
        /// </summary>
        public string materSn {  get; set; }
        /// <summary>
        /// 褰撳墠鐐逛綅
        /// </summary>
        public string Position {  get; set; }
        /// <summary>
        /// 杞﹀瀷
        /// </summary>
        public string Carmodel { get; set; }
    }
    /// <summary>
    /// 瀹瑰櫒瑙g粦DTO
    /// </summary>
    public class ContainerUnbindingDTO
    {
    }
}