Helius
2021-04-01 9a7c84e79faf1b1e197d9556754d041416eb8a22
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -185,7 +185,11 @@
    private Integer fingerprintState;
    
    /**
     * 是否可平仓   1:是   0:否
     * 是否可平仓   1:否   0:是
     */
    private Integer pcState;
    public static final Integer PCSTATE_Y = 0;
    public static final Integer PCSTATE_N = 1;
}