Helius
2021-05-25 c6f226f7f9f9aa46c27db28d6796cd15d101cfe9
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;
}