Tiandele
2026-03-20 daea1a90c2fa1b5cc2f52e62be15bd95cc4155f6
ÏîÄ¿´úÂë/WMS/WMSServer/WIDESEA_StorageTaskServices/BDCManager/Partial/BDCManager.cs
@@ -9,7 +9,7 @@
    public partial class BDCManager
    {
        public async Task<bool> AddToBDC(Dt_CarBody body)
        public async Task<bool> AddToBDC(Dt_CarBodyInfo body)
        {
            // æ ¹æ®è½¦èº«ç±»åž‹æ£€æŸ¥æ˜¯å¦å¯ä»¥å…¥åº“
            if (body.CarType == (int)BodyType.WhiteBody)
@@ -38,22 +38,22 @@
            throw new NotImplementedException();
        }
        public List<Dt_CarBody> GetInventory()
        public List<Dt_CarBodyInfo> GetInventory()
        {
            throw new NotImplementedException();
        }
        public List<Dt_CarBody> RetrieveByColor(int color)
        public List<Dt_CarBodyInfo> RetrieveByColor(int color)
        {
            throw new NotImplementedException();
        }
        public List<Dt_CarBody> RetrieveByModel(string model)
        public List<Dt_CarBodyInfo> RetrieveByModel(string model)
        {
            throw new NotImplementedException();
        }
        public Dt_CarBody RetrieveFromBDC(string bodyId)
        public Dt_CarBodyInfo RetrieveFromBDC(string bodyId)
        {
            throw new NotImplementedException();
        }