纽威
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

100 lines
2.2 KiB

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace NFine.Domain._03_Entity.SRM
{
public class ICSPO_PoMain
{
public string ID { get; set; }
public string POCode { get; set; }
public string PORow { get; set; }
public DateTime? PODate { get; set; }
public string VenCode { get; set; }
public string VenName { get; set; }
public string PersonCode { get; set; }
public string PersonName { get; set; }
public string GroupCode { get; set; }
public string GroupName { get; set; }
public string POType { get; set; }
public string ProjectType { get; set; }
public string SubjectCode { get; set; }
public string CurrencyName { get; set; }
public string InvCode { get; set; }
public string ORDERNO { get; set; }
public decimal? Price { get; set; }
public decimal? PriceQuantity { get; set; }
public string WHCode { get; set; }
public string Status { get; set; }
public string CreatePerson { get; set; }
public decimal Quantity { get; set; }
public decimal? INQty { get; set; }
public string ISUrgent { get; set; }
public string ServerModel { get; set; }
public string ReleaseState { get; set; }
public DateTime? PreArriveDate { get; set; }
public string ArriveDate { get; set; }
public string Free1 { get; set; }
public int? Free2 { get; set; }
public decimal? Free3 { get; set; }
public decimal? Free4 { get; set; }
public string DeliveryDate { get; set; }
public string WorkPoint { get; set; }
public DateTime? ReleaseDate { get; set; }
public int VersionStatus { get; set; }
public string SOCode { get; set; }
public string SORow { get; set; }
public string PayCode { get; set; }
public string MUSER { get; set; }
public string MUSERName { get; set; }
public DateTime MTIME { get; set; }
public string cBatch { get; set; }
public string IsNew { get; set; }
}
}