杨前锦
2025-06-04 d44e3abf0d51cfea1ed7df510974d69458cf516d
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; } // 对应返料货位
    }
}