ทำ set parameter จาก font-end และ back-end ให้ jasper กำลังทำต่อ ในส่วนของรายชื่อ ทำวัน พฤหัสบดี ที่ 15/07/2564 เวลา 20.00 - 23.00 น.

This commit is contained in:
Pairat Sangprasert
2021-07-15 23:04:53 +07:00
parent 6f06b1e544
commit 622fb46323
5 changed files with 68 additions and 34 deletions

View File

@@ -14,7 +14,17 @@ namespace TodoAPI2.Models
public class rep_eva_savemessageReportRequestModel
{
public int? quota_id { get; set; }
public string filetype { get; set; }
public int? fiscal_year { get; set; }
public int? theRound { get; set; }
public decimal? limit_frame_quota { get; set; }
public string limit_quota { get; set; }
public string command_no { get; set; }
public string theDate_text { get; set; }
public DateTime? theDate { get; set; }
public int? theTime { get; set; }
public string min_plan_start_date { get; set; }
public string max_plan_end_date { get; set; }
public string filetype { get; set; }
public string contentType { get { return MyHelper.GetContentType(filetype); } }
}
}