拆分多库模式
This commit is contained in:
@ -11,6 +11,7 @@ using System;
|
||||
namespace HT.Cloud.Domain.FlowManage
|
||||
{
|
||||
[SugarTable("oms_formtest")]
|
||||
[TenantAttribute("0")]
|
||||
public class FormTestEntity : IEntity<FormTestEntity>, ICreationAudited
|
||||
{
|
||||
[SugarColumn(ColumnName = "F_Id", IsPrimaryKey = true, ColumnDescription = "主键Id")]
|
||||
|
Reference in New Issue
Block a user