...
杨前锦
2025-06-11 10e84968f9c70ebf6c83893091a36863b1e27b2a
HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/SideLocConfig.cs
@@ -14,7 +14,7 @@
    [SugarTable("TN_Side_Loc_Config")]
    internal class SideLocConfig : BaseModel
    {
        public string S_LOC_CODE { get; set; }
        public string S_RETURN_LOC_CODE { get; set; }
        public string S_LOC_CODE { get; set; }  // 线边叫料货位
        public string S_RETURN_LOC_CODE { get; set; } // 对应返料货位
    }
}