admin
2019-07-31 f253c6f0ce5e708850f8e3c84a6a9008fc37df5f
fanli/src/main/java/com/yeshi/fanli/service/inter/user/UserCustomSettingsService.java
@@ -15,7 +15,7 @@
    * @param state
    * @throws UserCustomSettingsException
    */
   public void saveModuleState(Long uid, Integer typeNum, Integer state) throws UserCustomSettingsException;
   public void saveModuleState(Long uid, String type, Integer state) throws UserCustomSettingsException;
   
   /**