update field

This commit is contained in:
kamonwan taengsuk
2023-07-31 12:39:10 +07:00
parent 06125ecc97
commit 149a78a651
4 changed files with 21 additions and 4 deletions

View File

@@ -55,6 +55,11 @@ namespace rmutr_report.Models.RoThree
public string new_position { get; set; }
//
public Guid? budget_project_uid { get; set; }
public Guid? budget_plan_uid { get; set; }
public string new_qualification { get; set; }
public string new_salaray { get; set; }
public string budget_year_name_th { get; set; }
public List<t_form_1_2_images> form_1_2_images { get; set; }
public List<t_form_1_2_images_2> form_1_2_images_2 { get; set; }
}