1
zj
2026-01-14 d147df97cffc18ac764719041b2a4dda8311921c
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);