Helius
2021-06-21 c4c09417112a385909eed3e7d32dbe9525ce0a16
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -185,7 +185,13 @@
    private Integer fingerprintState;
    
    /**
     * 是否可平仓   1:是   0:否
     * 是否可平仓   1:否   0:是
     */
    private Integer pcState;
    public static final Integer PCSTATE_Y = 0;
    public static final Integer PCSTATE_N = 1;
    private String name;
}