This commit is contained in:
2022-05-23 16:05:24 +08:00
parent 408697bab3
commit ec7da5c7f8
11 changed files with 8 additions and 253 deletions
@@ -3,6 +3,7 @@ using IRaCIS.Core.Domain.Share;
namespace IRaCIS.Core.Application.Triggers
{
//访视 质疑状态 触发修改
public class ChallengeStateTrigger : IAfterSaveTrigger<QCChallenge>
{
private readonly IRepository _repository;