同步客户
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
|
||||
{
|
||||
[SugarTable("ERP_BD_CUSTOMER")]
|
||||
public class ErpBdCustomer
|
||||
{
|
||||
public string ID { get; set; }
|
||||
public string CODE { get; set; }
|
||||
public string NAME { get; set; }
|
||||
}
|
||||
}
|
||||
@@ -85,5 +85,10 @@ namespace Tnb.ProductionMgr.Entities.Entity
|
||||
/// 单位id
|
||||
/// </summary>
|
||||
public string cunitid { get; set; }
|
||||
|
||||
/// <summary>
|
||||
/// 客户id
|
||||
/// </summary>
|
||||
public string customer_id { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user