Helius
2021-05-27 a7a2cb8e71ff9694640bdcce9b78f5e1c612f93b
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;
}