KKSU
2024-01-23 34c755eb76b677201cadb2acb8ed5fff1f96dc27
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();
}