zyy
2025-08-12 00885319fe99d583bf83d1777c5cbcee01dc11e1
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);