เพิ่มฟิวบันทึกคำสั่ง 19 20
This commit is contained in:
parent
25bac519ec
commit
4f32e253fd
3 changed files with 46 additions and 18 deletions
|
|
@ -20,14 +20,19 @@
|
|||
|
||||
public string signatoryPosition { get; set; } = string.Empty;
|
||||
|
||||
public string fault { get; set; }
|
||||
public string? fault { get; set; }
|
||||
|
||||
public string guiltyBasis { get; set; }
|
||||
public string? guiltyBasis { get; set; }
|
||||
|
||||
public string conclusionFireNo { get; set; }
|
||||
public string? conclusionFireNo { get; set; }
|
||||
|
||||
public DateTime conclusionFireDate { get; set; }
|
||||
public DateTime? conclusionFireDate { get; set; }
|
||||
|
||||
public string conclusionFireResolution { get; set; }
|
||||
public string? conclusionFireResolution { get; set; }
|
||||
|
||||
public string caseFault { get; set; }
|
||||
public string faultLevel { get; set; }
|
||||
public string refRaw { get; set; }
|
||||
public string result { get; set; }
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue