示例#1
0
 public static SystemLogModel ToModel(this SystemLog entity)
 {
     return(entity.MapTo <SystemLog, SystemLogModel>());
 }