杨前锦
2025-06-19 d42ad8b01195def2a9309930e14f90ff13ad47b1
HH.WCS.Mobox3/HH.WCS.Mobox3.FJJT/models/SideLocConfig.cs
@@ -14,7 +14,8 @@
    [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 EQP { get; set; } // 机台号
        public string S_LOC_CODE { get; set; }  // 线边叫料货位
        public string S_RETURN_LOC_CODE { get; set; } // 对应返料货位
    }
}