彭雪彬
2025-07-11 c40f67835aba57f9e1829a40bb34debcc16c0848
oying-system/src/main/java/com/oying/modules/rider/utils/Constants.java
@@ -24,6 +24,17 @@
    /**
     * 状态 0不生效,1生效 其他平台是否满足接单的条件
     */
    String SOURCE_ENABLED_ON = "0";
    String SOURCE_ENABLED_DFF = "1";
    String SOURCE_ENABLED_ON = "1";
    String SOURCE_ENABLED_DFF = "0";
    /**
     * 初始值0
     */
    Integer ZERO = 0;
    /**
     * 钱包状态(0冻结,1正常)
     */
    String WALLET_STATUS_NORMAL = "1";
    String WALLET_STATUS_FROZEN = "0";
}