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