package com.sf.day07; /** * 变速箱类 */ public class BSX { int dwCount; public String getInfo(){ return "dwCount = "+dwCount; } }