pub trait ToRow { // Required method fn to_row(&self) -> Vec<(&'static str, Value)>; }
将实体转换为数据库行
转换为列名和值的列表