report 1-4 เำิม่หมายเหตุแนวนอน
This commit is contained in:
parent
5530c2f9e4
commit
2da120f958
32 changed files with 51300 additions and 13 deletions
|
|
@ -0,0 +1,21 @@
|
|||
using BMA.EHR.Domain.Models.MetaData;
|
||||
using Microsoft.EntityFrameworkCore;
|
||||
|
||||
namespace BMA.EHR.Retirement.Service.Requests
|
||||
{
|
||||
public class RetirementQuestionCommentRequest
|
||||
{
|
||||
public int? Score1 { get; set; }
|
||||
public int? Score2 { get; set; }
|
||||
public int? Score3 { get; set; }
|
||||
public int? Score4 { get; set; }
|
||||
public int? Score5 { get; set; }
|
||||
public int? Score6 { get; set; }
|
||||
public int? Score7 { get; set; }
|
||||
public int? Score8 { get; set; }
|
||||
public int? Score9 { get; set; }
|
||||
public int? Score10 { get; set; }
|
||||
public int? ScoreTotal { get; set; }
|
||||
public string? Comment { get; set; }
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue