ExternalAPI_NET8/Model/Entity/MDB_SMInvoice.cs
2026-05-21 17:23:36 +08:00

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;}
}