pan
2025-11-19 d623ec652bb47e125d017c2ac43427c456c18600
项目代码/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; }