修改一版

This commit is contained in:
he
2022-05-10 11:15:35 +08:00
parent ea625726ad
commit 60e2785131
4 changed files with 25 additions and 22 deletions
@@ -123,15 +123,6 @@ namespace IRaCIS.Core.Application.Contracts
public bool isSystemDoc { get; set; }
public string UserName { get; set; } = String.Empty;
public string PassWord { get; set; } = String.Empty;
public string SignText { get; set; } = String.Empty;
}
public class DocumentTrialUnionQuery : TrialUserDocUnionQuery