命名規則
3630 ワード
public class InformationRS
{
public string BFRef { set; get; }
public string BFStatus { set; get; }
public DateTime DepDate { set; get; }
public DateTime Deadline { set; get; }
public string CltCode { set; get; }
public string CltName { set; get; }
public string CltAddr { set; get; }
public string BillTo { set; get; }
public string Attn { set; get; }
public string Tel { set; get; }
public string Fax { set; get; }
public InformationRS()
{
}
}
作者:WM/Vinson