fix
Helius
2021-09-07 d659b10032c83129f95d6c756401acbe53b5ff28
src/main/java/com/xcong/excoin/modules/member/entity/MemberEntity.java
@@ -183,4 +183,13 @@
     * 指纹解锁功能  1:是   0:否
     */
    private Integer fingerprintState;
    /**
     * 是否可平仓   1:否   0:是
     */
    private Integer pcState;
    public static final Integer PCSTATE_Y = 0;
    public static final Integer PCSTATE_N = 1;
}