edit type of string

This commit is contained in:
kamonwan taengsuk
2023-08-02 18:06:03 +07:00
parent a58f7ec1f8
commit d4c05e088f
14 changed files with 142 additions and 116 deletions

View File

@@ -75,13 +75,13 @@ namespace rmutr_report.Models.RoThree
public string offer_qualification { get; set; }
//
public decimal? retirement { get; set; }
public string retirement { get; set; }
//
public decimal? position_retirement { get; set; }
public string position_retirement { get; set; }
//
public decimal? year_retirement { get; set; }
public string year_retirement { get; set; }
//
public bool? checkbox_1 { get; set; }