13 lines
252 B
C#
13 lines
252 B
C#
namespace Web.Core.Model.Entity;
|
|
|
|
public class MDB_SellOrders
|
|
{
|
|
public int InvoiceNo {get;set;}
|
|
|
|
public string BillCoding {get;set;}
|
|
|
|
public string CustomerNCodeName {get;set;}
|
|
|
|
public string UserAddress {get;set;}
|
|
|
|
} |