修改
This commit is contained in:
@@ -49,6 +49,31 @@ namespace IRaCIS.Core.Application.Service.Reading.Dto
|
||||
public ArbitrationRule ArbitrationRule { get; set; }
|
||||
}
|
||||
|
||||
public enum NeedSynchronize
|
||||
{
|
||||
/// <summary>
|
||||
/// 需要
|
||||
/// </summary>
|
||||
Need=0,
|
||||
|
||||
/// <summary>
|
||||
/// 不需要
|
||||
/// </summary>
|
||||
NotNeed = 1,
|
||||
|
||||
/// <summary>
|
||||
/// 裁判不相等
|
||||
/// </summary>
|
||||
JudgeNotEqual=2,
|
||||
|
||||
}
|
||||
|
||||
public class SynchronizeCriterionInDto
|
||||
{
|
||||
[NotDefault]
|
||||
public Guid TrialId { get; set; }
|
||||
}
|
||||
|
||||
public class VerifyeCriterionNeedSynchronizeInDto
|
||||
{
|
||||
[NotDefault]
|
||||
|
||||
Reference in New Issue
Block a user