整理trigger 到不同的文件夹
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
|
||||
using IRaCIS.Core.Domain.BaseModel;
|
||||
using IRaCIS.Core.Domain.Models;
|
||||
|
||||
namespace IRaCIS.Core.Domain;
|
||||
|
||||
|
||||
public class AddUserLogTriggerCommand : DomainCommand
|
||||
{
|
||||
public UserLog UserLog { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user