服务端的TigerApi 框架,基于.NET6 2024 版本
Ben Lin
2 小时以前 0c0309afae85b72746bd2431c10c7f5982e210e3
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();
    }
}