public List <ProductVehicleTypeConfigOpLog> GetAllLogByPid(string pid)
 {
     return(LoggerManager.GetAllLogByPid(pid));
 }