using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace XingYe_ACS.BaseStruct
{
public class Cpos
{
public string strCopcode;
public string strShelfNo;
public EnumMsg.OriType copOri;
}
}