拆分多库模式
This commit is contained in:
@ -9,6 +9,7 @@ namespace HT.Cloud.Domain.OrderManagement
|
||||
/// 描 述:订单明细实体类
|
||||
/// </summary>
|
||||
[SugarTable("crm_orderdetail")]
|
||||
[TenantAttribute("0")]
|
||||
public class OrderDetailEntity : IEntity<OrderDetailEntity>, ICreationAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
@ -10,6 +10,7 @@ namespace HT.Cloud.Domain.OrderManagement
|
||||
/// 描 述:订单管理实体类
|
||||
/// </summary>
|
||||
[SugarTable("crm_order")]
|
||||
[TenantAttribute("0")]
|
||||
public class OrderEntity : IEntity<OrderEntity>, ICreationAudited, IModificationAudited, IDeleteAudited
|
||||
{
|
||||
/// <summary>
|
||||
|
Reference in New Issue
Block a user