重构触发器与变量关联关系的实现
This commit is contained in:
@@ -5,6 +5,7 @@ namespace DMS.Infrastructure.Entities;
|
||||
/// <summary>
|
||||
/// 数据库实体:表示触发器与变量的多对多关联关系。
|
||||
/// </summary>
|
||||
[SugarTable("TriggerVariables")]
|
||||
public class DbTriggerVariable
|
||||
{
|
||||
[SugarColumn(IsPrimaryKey = true, IsIdentity = true)]
|
||||
|
||||
Reference in New Issue
Block a user