1
0
mirror of synced 2025-12-23 02:18:07 +08:00

🎨 会员卡相关bean类重构,集中到同一包中

This commit is contained in:
Binary Wang
2020-07-19 01:06:05 +08:00
parent f6f4b89fc0
commit 11974f00da
28 changed files with 52 additions and 46 deletions

View File

@@ -7,7 +7,7 @@ import me.chanjar.weixin.mp.api.WxMpService;
import me.chanjar.weixin.mp.api.test.ApiTestModule;
import me.chanjar.weixin.mp.bean.card.*;
import me.chanjar.weixin.mp.bean.card.enums.CardSceneType;
import me.chanjar.weixin.mp.bean.membercard.*;
import me.chanjar.weixin.mp.bean.card.membercard.*;
import org.testng.annotations.Guice;
import org.testng.annotations.Test;

View File

@@ -1,4 +1,4 @@
package me.chanjar.weixin.mp.bean.membercard;
package me.chanjar.weixin.mp.bean.card.membercard;
import org.testng.annotations.Test;

View File

@@ -1,4 +1,4 @@
package me.chanjar.weixin.mp.bean.membercard;
package me.chanjar.weixin.mp.bean.card.membercard;
import org.testng.annotations.Test;