Helius
2021-05-25 36d12ed4a4794fde24cfaa5c5fca8c477ae67208
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -192,4 +192,6 @@
    public static final Integer PCSTATE_Y = 0;
    
    public static final Integer PCSTATE_N = 1;
    private String name;
}