KKSU
2024-01-04 6b9f5f6d688fd3428483dc1da393b65a9a4f7ce3
src/main/java/cc/mrbird/febs/mall/service/ICommonService.java
@@ -26,4 +26,8 @@
     * @param value
     */
    void updateDataDic(String type, String code, String value);
    void changeWallet(Long orderId, int payType);
    List<DataDictionaryCustom> findMemberDicByType();
}