pan
2025-11-29 6641d42d35d7b9739c64fe578d69e43a39e26c16
项目代码/WMS无仓储版/WIDESEA_WMSServer/WIDESEA_DTO/Basic/ESSModel.cs
@@ -137,7 +137,7 @@
        public int Code { get; set; }
        [JsonProperty("msg")]
        public string Msg { get; set; }
        public string? Msg { get; set; }
        [JsonProperty("data")]
        public T? Data { get; set; }