服务端的TigerApi 框架,基于.NET6 2024 版本
Rodney Chen
2 天以前 52e14bf30c5ce0f5ec90db0b1410295fe19b62e8
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();
    }
}