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