ทำ set parameter จาก font-end และ back-end ให้ jasper กำลังทำต่อ ในส่วนของรายชื่อ ทำวัน พฤหัสบดี ที่ 15/07/2564 เวลา 20.00 - 23.00 น.
This commit is contained in:
@@ -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); } }
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user