1
zxx
2025-07-02 9a6d3cc635b59f02649d5891e0ddf4f5ec7276b8
HH.WCS.Mobox3/HH.WCS.Mobox3.XiaoMi/models/LocCntrRel.cs
@@ -24,6 +24,10 @@
        public int N_BIND_ORDER { get; set; }
        //货架  zxx
        public string S_FRAME_CODE { get; set; }
        [SugarColumn(IsIgnore = true)]
        [Navigate(NavigateType.OneToMany, nameof(S_CNTR_CODE))]
        public List<CntrItemDetail> CntrItemRels { get; set; }