mirror of
https://github.com/ZSCNetSupportDept/WechatTicketSystem.git
synced 2025-10-29 16:14:16 +08:00
new operator entity
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
package love.sola.netsupport.wechat;
|
||||
|
||||
import love.sola.netsupport.enums.Block;
|
||||
import org.junit.Test;
|
||||
|
||||
/**
|
||||
* ***********************************************
|
||||
* Created by Sola on 2015/12/6.
|
||||
* Don't modify this source without my agreement
|
||||
* ***********************************************
|
||||
*/
|
||||
public class TestReflection {
|
||||
|
||||
@Test
|
||||
public void testBlock() {
|
||||
System.out.println(Block.inverseMap);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user