From 5eeed44ad21748ed7560a8c688d4e2d2f03555c8 Mon Sep 17 00:00:00 2001 From: 刘磊 <1161824510@qq.com> Date: 星期二, 05 八月 2025 12:47:13 +0800 Subject: [PATCH] 同步 --- 项目代码/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationAreaView/LocationView.cs | 13 +++++++++++++ 1 files changed, 13 insertions(+), 0 deletions(-) diff --git "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationAreaView/LocationView.cs" "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationAreaView/LocationView.cs" index b2f32eb..774a530 100644 --- "a/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationAreaView/LocationView.cs" +++ "b/\351\241\271\347\233\256\344\273\243\347\240\201/WMS/WIDESEA_WMSServer/WIDESEA_Common/LocationAreaView/LocationView.cs" @@ -9,6 +9,12 @@ public class LocationLayer { public int index { get; set; } + + + + /// <summary> + /// + /// </summary> public List<LocationRow> rows { get; set; } } public class LocationRow @@ -24,10 +30,17 @@ /// 妫�娴嬫煖鐘舵�� /// </summary> public string remark { get; set; } + + /// <summary> + /// + /// </summary> + public string locationCode { get; set; } + /// <summary> /// 璐т綅鐘舵�� /// </summary> public string location_state { get; set; } + /// <summary> /// 閿佸畾鐘舵�� /// </summary> -- Gitblit v1.9.3