tiseza_oss_live/Models/GepgControlNumber.cs

21 lines
525 B
C#

using System;
using System.Collections;
using System.Collections.Generic;
using System.Linq;
using System.Web;
namespace OSS.Models
{
public class GepgControlNumber
{
public IList gepgCtrlno { get; set; }
public IList BillItems { get; set; }
public string[] BillItem { get; set; }
public long BillItemRef { get; set; }
public long BillItemAmt { get; set; }
public string GfsCode { get; set; }
public long BillItemEqvAmt { get; set; }
}
}