Doc
包机制


Doc
package com.andy.base;
/**
* @author andy
* @version 1.0
* @since 1.7
*/
public class Doc {
String name;
/**
* @author
* @version
* @param name
* @return
* @throws Exception
*/
public String test(String name) throws Exception{
return name;
}
}

浙公网安备 33010602011771号