服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2025-03-30 c049523656adcbab2d16df48faa94c672063c0dc
Tiger.Model.Net/Base/iBizOrder.cs
@@ -13,4 +13,15 @@
    {
        string ORDER_NO { get; set; }
    }
    /// <summary>
    /// 备料业务捡料明细基类接口
    /// </summary>
    public interface iPrepPickItem
    {
        /// <summary>
        /// 获取备料捡料明细
        /// </summary>
        BIZ_WMS_PREP_SRC_DTL GetPickItem();
    }
}