erp研发项目
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
using SqlSugar;
|
||||
|
||||
namespace Tnb.ProductionMgr.Entities.Entity.ErpEntity
|
||||
{
|
||||
[SugarTable("ERP_BD_PROJECT")]
|
||||
public class ErpBdProject
|
||||
{
|
||||
public string ID { get; set; }
|
||||
public string CODE { get; set; }
|
||||
public string NAME { get; set; }
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user