/// 清单检查记录 class RecordCheckModel { final String title; final String time; RecordCheckModel(this.title, this.time); }