package com.mandi.fendan.persist; /** * 车辆类型 * @author 15083 * */ public enum VehicleType { 公司车,临时车 }