Helius
2021-03-29 253c4a6e8c8277042fa373a2cc1b2369f4264204
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;
}