Here you can find the source of getStatis_month()
public static String getStatis_month()
//package com.java2s; /******************************************************************************* * @FileName: ExcelHelper.java 2013-7-18 ????10:05:08 * @Author: zhangzhia/* w ww.j ava 2s .c o m*/ * @Copyright: 2013 YUTONG Group CLW. All rights reserved. * @Remarks: YUTONG PROPRIETARY/CONFIDENTIAL. Use is subject to license terms. *******************************************************************************/ public class Main { private static String statis_month = ""; /** * @return the statis_month */ public static String getStatis_month() { return statis_month; } }