This commit is contained in:
@@ -46,13 +46,13 @@ namespace rmutr_report.Models
|
||||
public decimal? land_building { get; set; } // ค่าที่ดินและสิ่งก่อสร้าง
|
||||
public List<fourteenth_data> fourteenth { get; set; } //ข้อ 14
|
||||
public List<fifteenth_data> fifteenth { get; set; } //ข้อ 15
|
||||
public int? count_activity { get; set; } //ข้อ 16
|
||||
//public int? count_activity { get; set; } //ข้อ 16
|
||||
public string text1 { get; set; } //ข้อ 16
|
||||
public string text2 { get; set; } //ข้อ 16
|
||||
public string operational_activitie { get; set; }//ข้อ 15 ง.5-3
|
||||
public string evaluation { get; set; }//ข้อ 16 ง.5-3
|
||||
public int? total_target { get; set; } //ข้อ 16 ผลรวมกลุ่มเป้าหมาย
|
||||
public int? total_board { get; set; } //ข้อ 16 ผลรวมคณะกรรมการ
|
||||
// public int? total_target { get; set; } //ข้อ 16 ผลรวมกลุ่มเป้าหมาย
|
||||
// public int? total_board { get; set; } //ข้อ 16 ผลรวมคณะกรรมการ
|
||||
public List<sixteenth_data> sixteenth { get; set; } //ข้อ 16
|
||||
public List<sixteenth_data_detail> sixteenths { get; set; } //ข้อ 16 detail ตาราง
|
||||
|
||||
@@ -155,6 +155,9 @@ namespace rmutr_report.Models
|
||||
{
|
||||
public string activity_table { get; set; }
|
||||
public string budget_unit_name_th { get; set; }
|
||||
public int? total_target { get; set; } //ข้อ 16 ผลรวมกลุ่มเป้าหมาย
|
||||
public int? total_board { get; set; } //ข้อ 16 ผลรวมคณะกรรมการ
|
||||
public int? count_activity { get; set; } //ข้อ 16 ผมรวมทั้งหมด
|
||||
|
||||
public List<sixteenth_data_details> sixteenths2 { get; set; }
|
||||
public decimal? salaya_total { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user