using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace ICSSoft.Entity.PU_ArrivalVouch
{
///
/// 采购到货单表头
///
public class PU_ArrivalVouch
{
///
/// 表头主键ID
///
public string ID { get; set; }
///
/// 用户编号
///
public string UserCode { get; set; }
///
/// 仓库
///
public string cWhCode { get; set; }
///
/// 是否退货
///
public string IsReturn { get; set; }
public List list { get; set; }
}
}