admin
2019-04-01 6f87d14a23a0d054d528209b9ac035dcdb947cc4
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;
   
   /**