@@ -1,5 +1,6 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("用户配置 - 快捷键")]
|
||||
[Table("ShortcutKey")]
|
||||
public class ShortcutKey : BaseAddAuditEntity
|
||||
{
|
||||
|
||||
@@ -1,5 +1,6 @@
|
||||
namespace IRaCIS.Core.Domain.Models;
|
||||
|
||||
[Comment("用户配置 - WL模板")]
|
||||
[Table("UserWLTemplate")]
|
||||
public class UserWLTemplate : BaseAddAuditEntity
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user