zyy
2025-08-28 361000bc990d6d375f709e032a66b309a242fce5
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);