แก้รายงาน เปลี่ยน font => THSarabunPSK และแก้การแสดงผลเลขไทย
This commit is contained in:
parent
122fe5be90
commit
3fc878f340
42 changed files with 331 additions and 309 deletions
|
|
@ -1,10 +1,4 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BMA.EHR.Application.Responses.Reports
|
||||
namespace BMA.EHR.Application.Responses.Reports
|
||||
{
|
||||
public class CommandType01Response
|
||||
{
|
||||
|
|
@ -22,12 +16,14 @@ namespace BMA.EHR.Application.Responses.Reports
|
|||
|
||||
public string PositionNumber { get; set; } = string.Empty;
|
||||
|
||||
public double Salary { get; set; } = 0;
|
||||
public string Salary { get; set; } = "0";
|
||||
|
||||
public string AppointDate { get; set; } = string.Empty;
|
||||
|
||||
public int ExamNumber { get; set; } = 0;
|
||||
public string ExamNumber { get; set; } = "0";
|
||||
|
||||
public string PlacementName { get; set;} = string.Empty;
|
||||
|
||||
public string Seq { get; set; } = string.Empty;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -4,6 +4,8 @@ namespace BMA.EHR.Application.Responses.Reports
|
|||
{
|
||||
public class CommandType03Response
|
||||
{
|
||||
|
||||
public string Seq { get; set; } = string.Empty;
|
||||
public string CitizenId { get; set; } = string.Empty;
|
||||
|
||||
public string FullName { get; set; } = string.Empty;
|
||||
|
|
@ -18,7 +20,7 @@ namespace BMA.EHR.Application.Responses.Reports
|
|||
|
||||
public string OldPositionNumber { get; set; } = string.Empty;
|
||||
|
||||
public double OldSalary { get; set; } = 0;
|
||||
public string OldSalary { get; set; } = "";
|
||||
|
||||
public string NewOc { get; set; } = string.Empty;
|
||||
|
||||
|
|
@ -30,7 +32,7 @@ namespace BMA.EHR.Application.Responses.Reports
|
|||
|
||||
public string NewPositionNumber { get; set; } = string.Empty;
|
||||
|
||||
public double NewSalary { get; set; } = 0;
|
||||
public string NewSalary { get; set; } = "";
|
||||
|
||||
public string AppointDate { get; set; } = string.Empty;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
public class CommandType13Response
|
||||
{
|
||||
public string Seq { get; set; } = string.Empty;
|
||||
|
||||
public string CitizenId { get; set; } = string.Empty;
|
||||
|
||||
public string FullName { get; set; } = string.Empty;
|
||||
|
|
@ -16,7 +18,7 @@
|
|||
|
||||
public string PositionNumber { get; set; } = string.Empty;
|
||||
|
||||
public double Salary { get; set; } = 0;
|
||||
public string Salary { get; set; } = string.Empty;
|
||||
|
||||
public string ReceiveOrganizationName { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
public class CommandType15Response
|
||||
{
|
||||
public string Seq { get; set; } = string.Empty;
|
||||
|
||||
public string CitizenId { get; set; } = string.Empty;
|
||||
|
||||
public string FullName { get; set; } = string.Empty;
|
||||
|
|
|
|||
|
|
@ -2,6 +2,8 @@
|
|||
{
|
||||
public class CommandType17Response
|
||||
{
|
||||
public string Seq { get; set; } = string.Empty;
|
||||
|
||||
public string CitizenId { get; set; } = string.Empty;
|
||||
|
||||
public string FullName { get; set; } = string.Empty;
|
||||
|
|
@ -16,7 +18,7 @@
|
|||
|
||||
public string PositionNumber { get; set; } = string.Empty;
|
||||
|
||||
public double Salary { get; set; } = 0;
|
||||
public string Salary { get; set; } = string.Empty;
|
||||
|
||||
public string ActiveDate { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
|
|
@ -28,7 +28,7 @@
|
|||
|
||||
public string PositionNumber { get; set; } = string.Empty;
|
||||
|
||||
public double Salary { get; set; } = 0;
|
||||
public string Salary { get; set; } = string.Empty;
|
||||
|
||||
public string Fault { get; set; } = string.Empty;
|
||||
|
||||
|
|
|
|||
|
|
@ -1,13 +1,9 @@
|
|||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace BMA.EHR.Application.Responses.Reports
|
||||
namespace BMA.EHR.Application.Responses.Reports
|
||||
{
|
||||
public class CommandType21Response
|
||||
{
|
||||
public string Seq { get; set; } = string.Empty;
|
||||
|
||||
public string CitizenId { get; set; } = string.Empty;
|
||||
|
||||
public string FullName { get; set; } = string.Empty;
|
||||
|
|
@ -22,7 +18,7 @@ namespace BMA.EHR.Application.Responses.Reports
|
|||
|
||||
public string PositionNumber { get; set; } = string.Empty;
|
||||
|
||||
public double Salary { get; set; } = 0;
|
||||
public string Salary { get; set; } = string.Empty;
|
||||
|
||||
public string RetireDate { get; set;} = string.Empty;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue