bug fixed
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
kamonwan taengsuk
2023-12-07 15:15:17 +07:00
parent 351d61ac8c
commit 54ecb6cf9c
21 changed files with 252 additions and 101 deletions

View File

@@ -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; }