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;
    }
}



![](https://img2022.cnblogs.com/blog/2903418/202207/2903418-20220716002344554-410926208.png)


posted @ 2022-07-16 00:24  努力学习的J1an-JIan  阅读(54)  评论(0)    收藏  举报