เพิ่มฟิลเพื่อรองรับการจัดข้อมูลเก่า

This commit is contained in:
Nakorn Rientrakrunchai
2020-12-21 21:44:54 +07:00
parent 60eec3b098
commit 1b60be5236
21 changed files with 813 additions and 9 deletions

View File

@@ -54,6 +54,9 @@ namespace TodoAPI2.Models
}
}
[MaxLength(1000)]
public string report_type { get; set; }
public DateTime? imported_date { get; set; }
}
}