เพิ่ม decimal_limit_quota ใน model สำหรับ report บันทีกข้อความ ใช้ค่าจาก limit_quota
This commit is contained in:
@@ -18,6 +18,7 @@ namespace TodoAPI2.Models
|
||||
public int? theRound { get; set; }
|
||||
public decimal? limit_frame_quota { get; set; }
|
||||
public string limit_quota { get; set; }
|
||||
public decimal? decimal_limit_quota { get; set; }
|
||||
public string command_no { get; set; }
|
||||
public string theDate_text { get; set; }
|
||||
public DateTime? theDate { get; set; }
|
||||
|
||||
Reference in New Issue
Block a user