杨张扬
2 天以前 6f89acbf74c6838db518a9f2b6c83f0ab0d97e7f
api/ApiModel.cs
@@ -487,5 +487,23 @@
            public int cntCount { get; set; }//容器数量
            public string staff { get; set; } = "None";//操作人
        }
        public class SurplusBindInfo
        {
            public string loc { get; set; }//货位点
            public string spec { get; set; }//规格
            public float weight { get; set; }//重量
        }
        public class SurplusUnBindInfo
        {
            public string loc { get; set; }//货位点
            public string spec { get; set; }//规格
            public float weight { get; set; }//重量
        }
    }
}