格式化javadoc

This commit is contained in:
BinaryWang
2016-10-08 17:46:31 +08:00
parent a0dc8ca1ea
commit 049eb957d8
16 changed files with 18 additions and 18 deletions

View File

@@ -9,7 +9,7 @@ import java.util.List;
/**
* 门店管理的相关接口代码
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016-09-23.
*/
public interface WxMpStoreService {

View File

@@ -9,7 +9,7 @@ import me.chanjar.weixin.mp.bean.tag.WxUserTag;
/**
* 用户标签管理相关接口
* Created by Binary Wang on 2016/9/2.
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
*
*/
public interface WxMpUserTagService {

View File

@@ -17,7 +17,7 @@ import java.util.List;
/**
*
* @author binarywang(https://github.com/binarywang)
* @author <a href="https://github.com/binarywang">binarywang(Binary Wang)</a>
* Created by Binary Wang on 2016/9/2.
*/
public class WxMpUserTagServiceImpl implements WxMpUserTagService {