public List <ProductVehicleTypeConfigOpLog> GetAllLogByTime(string timeS, string timeE)
 {
     return(LoggerManager.GetAllLogByTime(timeS, timeE));
 }