1
zyy
2025-09-29 96a6e8468cd08904a7067b54e3a7355c9edcc3e6
src/main/java/com/nq/service/IUserAssetsServices.java
@@ -26,7 +26,7 @@
     */
    void addUserAssetsListByUserId(Integer userId);
    ServerResponse updateUserAssets(Integer id, String amt,String type);
    ServerResponse updateUserAssets(Integer id, String amt,String type, String accectType);
    List<UserAssets>  assetsByUserId(Integer userId);