update field
This commit is contained in:
@@ -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; }
|
||||
}
|
||||
|
||||
@@ -55,6 +55,11 @@ namespace rmutr_report.Models.RoThree
|
||||
|
||||
//
|
||||
public string another_document_remark { get; set; }
|
||||
//
|
||||
public string budget_year { get; set; }
|
||||
public string agency_category_name { get; set; }
|
||||
public Guid? budget_project_uid { get; set; }
|
||||
public Guid? budget_plan_uid { get; set; }
|
||||
public List<t_form_1_3_detail> form_1_3_details { get; set; }
|
||||
}
|
||||
|
||||
@@ -124,6 +129,8 @@ namespace rmutr_report.Models.RoThree
|
||||
|
||||
//
|
||||
public int? row { get; set; }
|
||||
//
|
||||
public decimal? quantity { get; set; }
|
||||
public List<t_form_1_3_files> files { get; set; }
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user