From a9bba690fdead98f549d000ec29aa0cd6887cd22 Mon Sep 17 00:00:00 2001
From: wangxinhui <wangxinhui@hnkhzn.com>
Date: 星期二, 28 四月 2026 14:25:38 +0800
Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/KuKa/BeiJingBeiQiAGV
---
项目代码/WIDESEA_WCSServer/WIDESEAWCS_DTO/PDA/ContainerbindingDTO.cs | 38 ++++++++++++++++++++++++++++++++++++++
1 files changed, 38 insertions(+), 0 deletions(-)
diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_DTO/PDA/ContainerbindingDTO.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WIDESEA_WCSServer/WIDESEAWCS_DTO/PDA/ContainerbindingDTO.cs"
new file mode 100644
index 0000000..3c6c03f
--- /dev/null
+++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/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
+ {
+
+ }
+}
--
Gitblit v1.9.3