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.
 
 
 
 
 

19 lines
474 B

using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
namespace CK.SCP.Models.ScpEntity
{
public class TB_RECEIVE_QTY
{
public decimal? RecQty { set; get; }
public string AsnBillNum { set; get; }
public int PoLine { set; get; }
public string PartCode { set; get; }
public string PoBillNum { set; get; }
public string Batch { set; get; }
}
}