🎨 修复部分错误的javadoc标签

This commit is contained in:
Binary Wang
2023-06-06 23:35:45 +08:00
parent 15d14929df
commit dd7f02de35
48 changed files with 355 additions and 448 deletions

View File

@ -10,7 +10,7 @@ import me.chanjar.weixin.channel.bean.base.WxChannelBaseResponse;
* 资金流水列表 响应
*
* @author LiXiZe
* @date 2023-04-16
* @since 2023-04-16
*/
@Data
@NoArgsConstructor

View File

@ -7,7 +7,7 @@ import org.testng.annotations.Test;
/**
* @author LiXiZe
* @date 2023-04-20
* @since 2023-04-20
*/
public class WxChannelMessageRouterRuleTest {

View File

@ -19,7 +19,7 @@ import org.testng.annotations.Test;
/**
* @author LiXiZe
* @date 2023-04-21
* @since 2023-04-21
*/
@Slf4j
@Guice(modules = ApiTestModule.class)