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(); } }