แสดงรูปหลักฐานชำระ
This commit is contained in:
parent
43898213b2
commit
ab86c20b84
6 changed files with 75 additions and 8 deletions
|
|
@ -7,6 +7,7 @@ namespace BMA.EHR.Recurit.Exam.Service.Request
|
|||
{
|
||||
public bool Consend { get; set; }
|
||||
public bool Position { get; set; }
|
||||
public bool Bank { get; set; }
|
||||
public string? Status { get; set; }
|
||||
public PositionExam? PositionExam { get; set; }
|
||||
}
|
||||
|
|
|
|||
10
Request/testtest.cs
Normal file
10
Request/testtest.cs
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
using System.Net;
|
||||
|
||||
namespace BMA.EHR.Recurit.Exam.Service.Request
|
||||
{
|
||||
public class testtest
|
||||
{
|
||||
public CancellationToken? xxx { get; set; }
|
||||
public MemoryStream? zzz { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue