24 lines
473 B
C#
24 lines
473 B
C#
using System;
|
|
using System.Collections.Generic;
|
|
using System.Linq;
|
|
using System.Text;
|
|
using System.Threading.Tasks;
|
|
|
|
namespace WMS.Business.CK
|
|
{
|
|
public class BussFhOrder
|
|
{
|
|
/// <summary>
|
|
/// 服务器端程序,输送线扫描成功后,写入此表
|
|
/// t_fhorder和删除t_ck_picking写bak
|
|
/// </summary>
|
|
/// <returns></returns>
|
|
|
|
public string ScanDataEnd()
|
|
{
|
|
return "";
|
|
}
|
|
|
|
}
|
|
}
|