This commit is contained in:
he
2022-07-15 11:40:13 +08:00
parent 282abdf8c8
commit 816d6cbe13
7 changed files with 123 additions and 10 deletions
@@ -671,7 +671,7 @@ namespace IRaCIS.Core.Application.Contracts
/// <summary>
/// 仲裁规则/对象
/// </summary>
public int ArbitrationRule { get; set; } = 2;
public ArbitrationRule ArbitrationRule { get; set; }
}
public class SignConfirmDTO