SYMBOL INDEX (3267 symbols across 542 files) FILE: ruoyi-admin/src/main/java/com/ruoyi/RuoYiApplication.java class RuoYiApplication (line 15) | @SpringBootApplication( method main (line 22) | public static void main(String[] args) { FILE: ruoyi-admin/src/main/java/com/ruoyi/RuoYiServletInitializer.java class RuoYiServletInitializer (line 11) | public class RuoYiServletInitializer extends SpringBootServletInitializer method configure (line 13) | @Override FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CaptchaController.java class CaptchaController (line 27) | @RestController method getCode (line 48) | @GetMapping("/captchaImage") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CodeController.java class CodeController (line 15) | @RestController method getCode (line 23) | @GetMapping("/get") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/CommonController.java class CommonController (line 36) | @RestController method fileDownload (line 56) | @GetMapping("common/download") method uploadFile (line 85) | @PostMapping("/common/upload") method resourceDownload (line 109) | @GetMapping("/common/download/resource") method getAddressList (line 135) | @GetMapping("/common/area") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/common/OssController.java class OssController (line 15) | @RestController method uploadFile (line 22) | @PostMapping("upload") method uploadArrayFile (line 32) | @PostMapping("uploadArrayFile") method deleteFile (line 38) | @PostMapping("deleteFile") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/CacheController.java class CacheController (line 20) | @RestController method getInfo (line 38) | @PreAuthorize("@ss.hasPermi('monitor:cache:list')") method cache (line 62) | @PreAuthorize("@ss.hasPermi('monitor:cache:list')") method getCacheKeys (line 69) | @PreAuthorize("@ss.hasPermi('monitor:cache:list')") method getCacheValue (line 77) | @PreAuthorize("@ss.hasPermi('monitor:cache:list')") method clearCacheName (line 86) | @PreAuthorize("@ss.hasPermi('monitor:cache:list')") method clearCacheKey (line 95) | @PreAuthorize("@ss.hasPermi('monitor:cache:list')") method clearCacheAll (line 103) | @PreAuthorize("@ss.hasPermi('monitor:cache:list')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/ServerController.java class ServerController (line 15) | @RestController method getInfo (line 19) | @PreAuthorize("@ss.hasPermi('monitor:server:list')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysLogininforController.java class SysLogininforController (line 25) | @RestController method list (line 32) | @PreAuthorize("@ss.hasPermi('monitor:logininfor:list')") method export (line 41) | @Log(title = "登录日志", businessType = BusinessType.EXPORT) method remove (line 51) | @PreAuthorize("@ss.hasPermi('monitor:logininfor:remove')") method clean (line 59) | @PreAuthorize("@ss.hasPermi('monitor:logininfor:remove')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysOperlogController.java class SysOperlogController (line 25) | @RestController method list (line 32) | @PreAuthorize("@ss.hasPermi('monitor:operlog:list')") method export (line 41) | @Log(title = "操作日志", businessType = BusinessType.EXPORT) method remove (line 51) | @Log(title = "操作日志", businessType = BusinessType.DELETE) method clean (line 59) | @Log(title = "操作日志", businessType = BusinessType.CLEAN) FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/monitor/SysUserOnlineController.java class SysUserOnlineController (line 31) | @RestController method list (line 41) | @PreAuthorize("@ss.hasPermi('monitor:online:list')") method forceLogout (line 84) | @PreAuthorize("@ss.hasPermi('monitor:online:forceLogout')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/ConfigController.java class ConfigController (line 13) | @RestController method getConfigKey2 (line 20) | @PreAuthorize("@ss.hasAnyRoles('admin,viewer')") method addOrUpdate (line 26) | @PreAuthorize("@ss.hasAnyRoles(admin)") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysConfigController.java class SysConfigController (line 34) | @RestController method list (line 43) | @PreAuthorize("@ss.hasPermi('system:config:list')") method export (line 51) | @Log(title = "参数管理", businessType = BusinessType.EXPORT) method getInfo (line 63) | @PreAuthorize("@ss.hasPermi('system:config:query')") method getConfigKey (line 72) | @GetMapping(value = "/configKey/{configKey}") method add (line 82) | @PreAuthorize("@ss.hasPermi('system:config:add')") method edit (line 97) | @PreAuthorize("@ss.hasPermi('system:config:edit')") method remove (line 114) | @PreAuthorize("@ss.hasPermi('system:config:remove')") method refreshCache (line 125) | @PreAuthorize("@ss.hasPermi('system:config:remove')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysDeptController.java class SysDeptController (line 31) | @RestController method list (line 41) | @PreAuthorize("@ss.hasPermi('system:dept:list')") method excludeChild (line 52) | @PreAuthorize("@ss.hasPermi('system:dept:list')") method getInfo (line 73) | @PreAuthorize("@ss.hasPermi('system:dept:query')") method treeselect (line 84) | @GetMapping("/treeselect") method roleDeptTreeselect (line 94) | @GetMapping(value = "/roleDeptTreeselect/{roleId}") method add (line 107) | @PreAuthorize("@ss.hasPermi('system:dept:add')") method edit (line 123) | @PreAuthorize("@ss.hasPermi('system:dept:edit')") method remove (line 148) | @PreAuthorize("@ss.hasPermi('system:dept:remove')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysDictDataController.java class SysDictDataController (line 32) | @RestController method list (line 42) | @PreAuthorize("@ss.hasPermi('system:dict:list')") method export (line 51) | @Log(title = "字典数据", businessType = BusinessType.EXPORT) method getInfo (line 64) | @PreAuthorize("@ss.hasPermi('system:dict:query')") method dictType (line 74) | @GetMapping(value = "/type/{dictType}") method allByTypes (line 88) | @PostMapping(value = "/all-by-types") method add (line 104) | @PreAuthorize("@ss.hasPermi('system:dict:add')") method edit (line 116) | @PreAuthorize("@ss.hasPermi('system:dict:edit')") method remove (line 128) | @PreAuthorize("@ss.hasPermi('system:dict:remove')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysDictTypeController.java class SysDictTypeController (line 30) | @RestController method list (line 37) | @PreAuthorize("@ss.hasPermi('system:dict:list')") method export (line 46) | @Log(title = "字典类型", businessType = BusinessType.EXPORT) method getInfo (line 59) | @PreAuthorize("@ss.hasPermi('system:dict:query')") method add (line 69) | @PreAuthorize("@ss.hasPermi('system:dict:add')") method edit (line 85) | @PreAuthorize("@ss.hasPermi('system:dict:edit')") method remove (line 101) | @PreAuthorize("@ss.hasPermi('system:dict:remove')") method refreshCache (line 113) | @PreAuthorize("@ss.hasPermi('system:dict:remove')") method optionselect (line 125) | @GetMapping("/optionselect") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysIndexController.java class SysIndexController (line 14) | @RestController method index (line 24) | @RequestMapping("/") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysLoginController.java class SysLoginController (line 27) | @RestController method login (line 42) | @PostMapping("/login") method login (line 58) | @PostMapping("/login/phone") method getInfo (line 71) | @GetMapping("getInfo") method getRouters (line 90) | @GetMapping("getRouters") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysMenuController.java class SysMenuController (line 29) | @RestController method list (line 39) | @PreAuthorize("@ss.hasPermi('system:menu:list')") method getInfo (line 50) | @PreAuthorize("@ss.hasPermi('system:menu:query')") method treeselect (line 60) | @GetMapping("/treeselect") method roleMenuTreeselect (line 70) | @GetMapping(value = "/roleMenuTreeselect/{roleId}") method add (line 83) | @PreAuthorize("@ss.hasPermi('system:menu:add')") method edit (line 103) | @PreAuthorize("@ss.hasPermi('system:menu:edit')") method remove (line 127) | @PreAuthorize("@ss.hasPermi('system:menu:remove')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysNoticeController.java class SysNoticeController (line 28) | @RestController method list (line 38) | @PreAuthorize("@ss.hasPermi('system:notice:list')") method getInfo (line 50) | @PreAuthorize("@ss.hasPermi('system:notice:query')") method add (line 60) | @PreAuthorize("@ss.hasPermi('system:notice:add')") method edit (line 72) | @PreAuthorize("@ss.hasPermi('system:notice:edit')") method remove (line 84) | @PreAuthorize("@ss.hasPermi('system:notice:remove')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysPostController.java class SysPostController (line 30) | @RestController method list (line 40) | @PreAuthorize("@ss.hasPermi('system:post:list')") method export (line 49) | @Log(title = "岗位管理", businessType = BusinessType.EXPORT) method getInfo (line 62) | @PreAuthorize("@ss.hasPermi('system:post:query')") method add (line 72) | @PreAuthorize("@ss.hasPermi('system:post:add')") method edit (line 92) | @PreAuthorize("@ss.hasPermi('system:post:edit')") method remove (line 112) | @PreAuthorize("@ss.hasPermi('system:post:remove')") method optionselect (line 123) | @GetMapping("/optionselect") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysProfileController.java class SysProfileController (line 32) | @RestController method profile (line 45) | @GetMapping method updateProfile (line 59) | @Log(title = "个人信息", businessType = BusinessType.UPDATE) method updatePwd (line 93) | @Log(title = "个人信息", businessType = BusinessType.UPDATE) method avatar (line 121) | @Log(title = "用户头像", businessType = BusinessType.UPDATE) FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysRegisterController.java class SysRegisterController (line 19) | @RestController method register (line 28) | @PostMapping("/register") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysRoleController.java class SysRoleController (line 37) | @RestController method list (line 53) | @PreAuthorize("@ss.hasPermi('system:role:list')") method export (line 62) | @Log(title = "角色管理", businessType = BusinessType.EXPORT) method getInfo (line 75) | @PreAuthorize("@ss.hasPermi('system:role:query')") method add (line 86) | @PreAuthorize("@ss.hasPermi('system:role:add')") method edit (line 107) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method dataScope (line 141) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method changeStatus (line 153) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method remove (line 166) | @PreAuthorize("@ss.hasPermi('system:role:remove')") method optionselect (line 177) | @PreAuthorize("@ss.hasPermi('system:role:query')") method allocatedList (line 187) | @PreAuthorize("@ss.hasPermi('system:role:list')") method unallocatedList (line 199) | @PreAuthorize("@ss.hasPermi('system:role:list')") method cancelAuthUser (line 211) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method cancelAuthUserAll (line 222) | @PreAuthorize("@ss.hasPermi('system:role:edit')") method selectAuthUserAll (line 233) | @PreAuthorize("@ss.hasPermi('system:role:edit')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserController.java class SysUserController (line 38) | @RestController method list (line 54) | @PreAuthorize("@ss.hasPermi('system:user:list')") method export (line 63) | @Log(title = "用户管理", businessType = BusinessType.EXPORT) method importData (line 73) | @Log(title = "用户管理", businessType = BusinessType.IMPORT) method importTemplate (line 84) | @GetMapping("/importTemplate") method getInfo (line 94) | @PreAuthorize("@ss.hasPermi('system:user:query')") method add (line 115) | @PreAuthorize("@ss.hasPermi('system:user:add')") method edit (line 142) | @PreAuthorize("@ss.hasPermi('system:user:edit')") method remove (line 165) | @PreAuthorize("@ss.hasPermi('system:user:remove')") method resetPwd (line 180) | @PreAuthorize("@ss.hasPermi('system:user:resetPwd')") method changeStatus (line 194) | @PreAuthorize("@ss.hasPermi('system:user:edit')") method authRole (line 207) | @PreAuthorize("@ss.hasPermi('system:user:query')") method insertAuthRole (line 222) | @PreAuthorize("@ss.hasPermi('system:user:edit')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/tool/SwaggerController.java class SwaggerController (line 14) | @Controller method index (line 18) | @PreAuthorize("@ss.hasPermi('tool:swagger:view')") FILE: ruoyi-admin/src/main/java/com/ruoyi/web/controller/tool/TestController.java class TestController (line 30) | @Api("用户信息管理") method userList (line 41) | @ApiOperation("获取用户列表") method getUser (line 49) | @ApiOperation("获取用户详细") method save (line 64) | @ApiOperation("新增用户") method update (line 81) | @ApiOperation("更新用户") method delete (line 97) | @ApiOperation("删除用户信息") class UserEntity (line 114) | @ApiModel(value = "UserEntity", description = "用户实体") method UserEntity (line 129) | public UserEntity() method UserEntity (line 134) | public UserEntity(Integer userId, String username, String password, St... method getUserId (line 142) | public Integer getUserId() method setUserId (line 147) | public void setUserId(Integer userId) method getUsername (line 152) | public String getUsername() method setUsername (line 157) | public void setUsername(String username) method getPassword (line 162) | public String getPassword() method setPassword (line 167) | public void setPassword(String password) method getMobile (line 172) | public String getMobile() method setMobile (line 177) | public void setMobile(String mobile) FILE: ruoyi-admin/src/main/java/com/ruoyi/web/core/config/H5MemberInterceptor.java class H5MemberInterceptor (line 18) | @Configuration method preHandle (line 34) | @Override FILE: ruoyi-admin/src/main/java/com/ruoyi/web/core/config/MvcConfig.java class MvcConfig (line 9) | @Configuration method memberInterceptor (line 13) | @Bean method addInterceptors (line 19) | @Override FILE: ruoyi-admin/src/main/java/com/ruoyi/web/core/config/SwaggerConfig.java class SwaggerConfig (line 26) | @Configuration method createRestApi (line 44) | @Bean method securitySchemes (line 70) | private List securitySchemes() method securityContexts (line 80) | private List securityContexts() method defaultAuth (line 94) | private List defaultAuth() method apiInfo (line 107) | private ApiInfo apiInfo() FILE: ruoyi-admin/src/test/java/com/fjp/lc/test/common/CommonTest.java class CommonTest (line 22) | @Slf4j method testEquals (line 35) | @Test method test4 (line 50) | @Test method test5 (line 59) | @Test method testTimestampt (line 71) | @Test method test (line 80) | @Test FILE: ruoyi-admin/src/test/java/com/fjp/lc/test/service/ControllerTest.java class ControllerTest (line 21) | @RunWith(SpringRunner.class) method test (line 32) | @Test FILE: ruoyi-admin/src/test/java/com/fjp/lc/test/service/OssTest.java class OssTest (line 12) | @RunWith(SpringRunner.class) method download (line 19) | @Test FILE: ruoyi-admin/src/test/java/com/fjp/lc/test/service/ServiceTest.java class ServiceTest (line 37) | @RunWith(SpringRunner.class) method testOrderJob (line 60) | @Test method test12 (line 65) | @Test method t (line 71) | @Test method test1 (line 77) | @Test method encryptPassword (line 82) | @Test method test2 (line 88) | @Test method test3 (line 101) | @Test method test4 (line 113) | @Test method test6 (line 125) | @Test FILE: ruoyi-admin/src/test/java/com/fjp/lc/test/service/WechatTest.java class WechatTest (line 13) | @RunWith(SpringRunner.class) method testAuth (line 19) | @Test FILE: ruoyi-common/src/main/java/com/ruoyi/common/annotation/Excel.java type Align (line 124) | public enum Align method Align (line 129) | Align(int value) method value (line 134) | public int value() type Type (line 145) | public enum Type method Type (line 150) | Type(int value) method value (line 155) | public int value() type ColumnType (line 161) | public enum ColumnType method ColumnType (line 166) | ColumnType(int value) method value (line 171) | public int value() FILE: ruoyi-common/src/main/java/com/ruoyi/common/config/RuoYiConfig.java class RuoYiConfig (line 11) | @Component method getName (line 33) | public String getName() method setName (line 38) | public void setName(String name) method getVersion (line 43) | public String getVersion() method setVersion (line 48) | public void setVersion(String version) method getCopyrightYear (line 53) | public String getCopyrightYear() method setCopyrightYear (line 58) | public void setCopyrightYear(String copyrightYear) method isDemoEnabled (line 63) | public boolean isDemoEnabled() method setDemoEnabled (line 68) | public void setDemoEnabled(boolean demoEnabled) method getProfile (line 73) | public static String getProfile() method setProfile (line 78) | public void setProfile(String profile) method isAddressEnabled (line 83) | public static boolean isAddressEnabled() method setAddressEnabled (line 88) | public void setAddressEnabled(boolean addressEnabled) method getImportPath (line 96) | public static String getImportPath() method getAvatarPath (line 104) | public static String getAvatarPath() method getDownloadPath (line 112) | public static String getDownloadPath() method getUploadPath (line 120) | public static String getUploadPath() FILE: ruoyi-common/src/main/java/com/ruoyi/common/config/SmsConfig.java class SmsConfig (line 19) | @EnableConfigurationProperties(SmsProperties.class) class AliyunSmsConfig (line 22) | @Configuration method aliyunSmsTemplate (line 27) | @Bean FILE: ruoyi-common/src/main/java/com/ruoyi/common/config/properties/SmsProperties.java class SmsProperties (line 13) | @Data FILE: ruoyi-common/src/main/java/com/ruoyi/common/constant/CacheConstants.java class CacheConstants (line 8) | public class CacheConstants FILE: ruoyi-common/src/main/java/com/ruoyi/common/constant/CommonConstant.java type CommonConstant (line 3) | public interface CommonConstant { FILE: ruoyi-common/src/main/java/com/ruoyi/common/constant/Constants.java class Constants (line 10) | public class Constants class MEMBER_ACCOUNT_STATUS (line 162) | public static class MEMBER_ACCOUNT_STATUS { class LOGIN_INFO (line 170) | public static class LOGIN_INFO { class VERIFY_CODE_INFO (line 180) | public static class VERIFY_CODE_INFO { class PublishStatus (line 188) | public static class PublishStatus { class PayType (line 196) | public static class PayType { class OrderFrom (line 205) | public static class OrderFrom { class OrderStatus (line 212) | public static class OrderStatus { class H5OrderStatus (line 225) | public static class H5OrderStatus{ class PaymentOpType (line 239) | public static class PaymentOpType { class PaymentStatus (line 248) | public static class PaymentStatus { class OptType (line 253) | public static class OptType { FILE: ruoyi-common/src/main/java/com/ruoyi/common/constant/GenConstants.java class GenConstants (line 12) | public class GenConstants { FILE: ruoyi-common/src/main/java/com/ruoyi/common/constant/HttpStatus.java class HttpStatus (line 8) | public class HttpStatus FILE: ruoyi-common/src/main/java/com/ruoyi/common/constant/ScheduleConstants.java class ScheduleConstants (line 8) | public class ScheduleConstants type Status (line 27) | public enum Status method Status (line 40) | private Status(String value) method getValue (line 45) | public String getValue() FILE: ruoyi-common/src/main/java/com/ruoyi/common/constant/UserConstants.java class UserConstants (line 8) | public class UserConstants FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/controller/BaseController.java class BaseController (line 30) | public class BaseController method initBinder (line 37) | @InitBinder method startPage (line 54) | protected void startPage() method startOrderBy (line 70) | protected void startOrderBy() method getDataTable (line 83) | @SuppressWarnings({"rawtypes", "unchecked"}) method getDataTable (line 93) | protected TableDataInfo getDataTable(Page page) { method success (line 105) | public AjaxResult success() { method error (line 112) | public AjaxResult error() method success (line 120) | public AjaxResult success(String message) method error (line 128) | public AjaxResult error(String message) method toAjax (line 139) | protected AjaxResult toAjax(int rows) method toAjax (line 150) | protected AjaxResult toAjax(boolean result) method redirect (line 158) | public String redirect(String url) method getLoginUser (line 166) | public LoginUser getLoginUser() method getUserId (line 174) | public Long getUserId() method getDeptId (line 182) | public Long getDeptId() method getUsername (line 190) | public String getUsername() FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/AjaxResult.java class AjaxResult (line 12) | public class AjaxResult extends HashMap method AjaxResult (line 28) | public AjaxResult() method AjaxResult (line 38) | public AjaxResult(int code, String msg) method AjaxResult (line 51) | public AjaxResult(int code, String msg, Object data) method success (line 66) | public static AjaxResult success() method success (line 76) | public static AjaxResult success(Object data) method successData (line 80) | public static AjaxResult successData(Object data) method success (line 91) | public static AjaxResult success(String msg) method success (line 103) | public static AjaxResult success(String msg, Object data) method error (line 113) | public static AjaxResult error() method error (line 124) | public static AjaxResult error(String msg) method error (line 136) | public static AjaxResult error(String msg, Object data) method error (line 148) | public static AjaxResult error(int code, String msg) method put (line 160) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/BaseAudit.java class BaseAudit (line 8) | @Data FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/BaseEntity.java class BaseEntity (line 12) | public abstract class BaseEntity extends BaseAudit implements Serializab... method getSearchValue (line 30) | @Override method setSearchValue (line 35) | public void setSearchValue(String searchValue) { method getRemark (line 39) | public String getRemark() { method setRemark (line 43) | public void setRemark(String remark) { method getParams (line 47) | @Override method setParams (line 55) | public void setParams(Map params) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/IQuery.java type IQuery (line 5) | public interface IQuery { method getSearchValue (line 9) | String getSearchValue(); method getParams (line 14) | Map getParams(); FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/TreeEntity.java class TreeEntity (line 11) | public class TreeEntity extends BaseEntity method getParentName (line 30) | public String getParentName() method setParentName (line 35) | public void setParentName(String parentName) method getParentId (line 40) | public Long getParentId() method setParentId (line 45) | public void setParentId(Long parentId) method getOrderNum (line 50) | public Integer getOrderNum() method setOrderNum (line 55) | public void setOrderNum(Integer orderNum) method getAncestors (line 60) | public String getAncestors() method setAncestors (line 65) | public void setAncestors(String ancestors) method getChildren (line 70) | public List getChildren() method setChildren (line 75) | public void setChildren(List children) FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/TreeSelect.java class TreeSelect (line 15) | public class TreeSelect implements Serializable method TreeSelect (line 29) | public TreeSelect() method TreeSelect (line 34) | public TreeSelect(SysDept dept) method TreeSelect (line 41) | public TreeSelect(SysMenu menu) method getId (line 48) | public Long getId() method setId (line 53) | public void setId(Long id) method getLabel (line 58) | public String getLabel() method setLabel (line 63) | public void setLabel(String label) method getChildren (line 68) | public List getChildren() method setChildren (line 73) | public void setChildren(List children) FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDept.java class SysDept (line 17) | public class SysDept extends BaseEntity method getDeptId (line 57) | public Long getDeptId() method setDeptId (line 62) | public void setDeptId(Long deptId) method getParentId (line 67) | public Long getParentId() method setParentId (line 72) | public void setParentId(Long parentId) method getAncestors (line 77) | public String getAncestors() method setAncestors (line 82) | public void setAncestors(String ancestors) method getDeptName (line 87) | @NotBlank(message = "部门名称不能为空") method setDeptName (line 94) | public void setDeptName(String deptName) method getOrderNum (line 99) | @NotBlank(message = "显示顺序不能为空") method setOrderNum (line 105) | public void setOrderNum(String orderNum) method getLeader (line 110) | public String getLeader() method setLeader (line 115) | public void setLeader(String leader) method getPhone (line 120) | @Size(min = 0, max = 11, message = "联系电话长度不能超过11个字符") method setPhone (line 126) | public void setPhone(String phone) method getEmail (line 131) | @Email(message = "邮箱格式不正确") method setEmail (line 138) | public void setEmail(String email) method getStatus (line 143) | public String getStatus() method setStatus (line 148) | public void setStatus(String status) method getDelFlag (line 153) | public String getDelFlag() method setDelFlag (line 158) | public void setDelFlag(String delFlag) method getParentName (line 163) | public String getParentName() method setParentName (line 168) | public void setParentName(String parentName) method getChildren (line 173) | public List getChildren() method setChildren (line 178) | public void setChildren(List children) method toString (line 183) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDictData.java class SysDictData (line 17) | public class SysDictData extends BaseEntity method getDictCode (line 55) | public Long getDictCode() method setDictCode (line 60) | public void setDictCode(Long dictCode) method getDictSort (line 65) | public Long getDictSort() method setDictSort (line 70) | public void setDictSort(Long dictSort) method getDictLabel (line 75) | @NotBlank(message = "字典标签不能为空") method setDictLabel (line 82) | public void setDictLabel(String dictLabel) method getDictValue (line 87) | @NotBlank(message = "字典键值不能为空") method setDictValue (line 94) | public void setDictValue(String dictValue) method getDictType (line 99) | @NotBlank(message = "字典类型不能为空") method setDictType (line 106) | public void setDictType(String dictType) method getCssClass (line 111) | @Size(min = 0, max = 100, message = "样式属性长度不能超过100个字符") method setCssClass (line 117) | public void setCssClass(String cssClass) method getListClass (line 122) | public String getListClass() method setListClass (line 127) | public void setListClass(String listClass) method getDefault (line 132) | public boolean getDefault() method getIsDefault (line 137) | public String getIsDefault() method setIsDefault (line 142) | public void setIsDefault(String isDefault) method getStatus (line 147) | public String getStatus() method setStatus (line 152) | public void setStatus(String status) method toString (line 157) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysDictType.java class SysDictType (line 16) | public class SysDictType extends BaseEntity method getDictId (line 36) | public Long getDictId() method setDictId (line 41) | public void setDictId(Long dictId) method getDictName (line 46) | @NotBlank(message = "字典名称不能为空") method setDictName (line 53) | public void setDictName(String dictName) method getDictType (line 58) | @NotBlank(message = "字典类型不能为空") method setDictType (line 65) | public void setDictType(String dictType) method getStatus (line 70) | public String getStatus() method setStatus (line 75) | public void setStatus(String status) method toString (line 80) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysMenu.java class SysMenu (line 16) | public class SysMenu extends BaseEntity method getMenuId (line 68) | public Long getMenuId() method setMenuId (line 73) | public void setMenuId(Long menuId) method getMenuName (line 78) | @NotBlank(message = "菜单名称不能为空") method setMenuName (line 85) | public void setMenuName(String menuName) method getParentName (line 90) | public String getParentName() method setParentName (line 95) | public void setParentName(String parentName) method getParentId (line 100) | public Long getParentId() method setParentId (line 105) | public void setParentId(Long parentId) method getOrderNum (line 110) | @NotBlank(message = "显示顺序不能为空") method setOrderNum (line 116) | public void setOrderNum(String orderNum) method getPath (line 121) | @Size(min = 0, max = 200, message = "路由地址不能超过200个字符") method setPath (line 127) | public void setPath(String path) method getComponent (line 132) | @Size(min = 0, max = 200, message = "组件路径不能超过255个字符") method setComponent (line 138) | public void setComponent(String component) method getQuery (line 143) | public String getQuery() method setQuery (line 148) | public void setQuery(String query) method getIsFrame (line 153) | public String getIsFrame() method setIsFrame (line 158) | public void setIsFrame(String isFrame) method getIsCache (line 163) | public String getIsCache() method setIsCache (line 168) | public void setIsCache(String isCache) method getMenuType (line 173) | @NotBlank(message = "菜单类型不能为空") method setMenuType (line 179) | public void setMenuType(String menuType) method getVisible (line 184) | public String getVisible() method setVisible (line 189) | public void setVisible(String visible) method getStatus (line 194) | public String getStatus() method setStatus (line 199) | public void setStatus(String status) method getPerms (line 204) | @Size(min = 0, max = 100, message = "权限标识长度不能超过100个字符") method setPerms (line 210) | public void setPerms(String perms) method getIcon (line 215) | public String getIcon() method setIcon (line 220) | public void setIcon(String icon) method getChildren (line 225) | public List getChildren() method setChildren (line 230) | public void setChildren(List children) method toString (line 235) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysRole.java class SysRole (line 16) | public class SysRole extends BaseEntity method SysRole (line 62) | public SysRole() method SysRole (line 67) | public SysRole(Long roleId) method getRoleId (line 72) | public Long getRoleId() method setRoleId (line 77) | public void setRoleId(Long roleId) method isAdmin (line 82) | public boolean isAdmin() method isAdmin (line 87) | public static boolean isAdmin(Long roleId) method getRoleName (line 92) | @NotBlank(message = "角色名称不能为空") method setRoleName (line 99) | public void setRoleName(String roleName) method getRoleKey (line 104) | @NotBlank(message = "权限字符不能为空") method setRoleKey (line 111) | public void setRoleKey(String roleKey) method getRoleSort (line 116) | @NotBlank(message = "显示顺序不能为空") method setRoleSort (line 122) | public void setRoleSort(String roleSort) method getDataScope (line 127) | public String getDataScope() method setDataScope (line 132) | public void setDataScope(String dataScope) method isMenuCheckStrictly (line 137) | public boolean isMenuCheckStrictly() method setMenuCheckStrictly (line 142) | public void setMenuCheckStrictly(boolean menuCheckStrictly) method isDeptCheckStrictly (line 147) | public boolean isDeptCheckStrictly() method setDeptCheckStrictly (line 152) | public void setDeptCheckStrictly(boolean deptCheckStrictly) method getStatus (line 157) | public String getStatus() method setStatus (line 162) | public void setStatus(String status) method getDelFlag (line 167) | public String getDelFlag() method setDelFlag (line 172) | public void setDelFlag(String delFlag) method isFlag (line 177) | public boolean isFlag() method setFlag (line 182) | public void setFlag(boolean flag) method getMenuIds (line 187) | public Long[] getMenuIds() method setMenuIds (line 192) | public void setMenuIds(Long[] menuIds) method getDeptIds (line 197) | public Long[] getDeptIds() method setDeptIds (line 202) | public void setDeptIds(Long[] deptIds) method toString (line 207) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/entity/SysUser.java class SysUser (line 23) | public class SysUser extends BaseEntity method SysUser (line 98) | public SysUser() method SysUser (line 103) | public SysUser(Long userId) method getUserId (line 108) | public Long getUserId() method setUserId (line 113) | public void setUserId(Long userId) method isAdmin (line 118) | public boolean isAdmin() method isAdmin (line 123) | public static boolean isAdmin(Long userId) method getDeptId (line 128) | public Long getDeptId() method setDeptId (line 133) | public void setDeptId(Long deptId) method getNickName (line 138) | @Size(min = 0, max = 30, message = "用户昵称长度不能超过30个字符") method setNickName (line 144) | public void setNickName(String nickName) method getUserName (line 149) | @NotBlank(message = "用户账号不能为空") method setUserName (line 156) | public void setUserName(String userName) method getEmail (line 161) | @Email(message = "邮箱格式不正确") method setEmail (line 168) | public void setEmail(String email) method getPhonenumber (line 173) | @Size(min = 0, max = 11, message = "手机号码长度不能超过11个字符") method setPhonenumber (line 179) | public void setPhonenumber(String phonenumber) method getSex (line 184) | public String getSex() method setSex (line 189) | public void setSex(String sex) method getAvatar (line 194) | public String getAvatar() method setAvatar (line 199) | public void setAvatar(String avatar) method getPassword (line 204) | @JsonIgnore method setPassword (line 211) | public void setPassword(String password) method getSalt (line 216) | public String getSalt() method setSalt (line 221) | public void setSalt(String salt) method getStatus (line 226) | public String getStatus() method setStatus (line 231) | public void setStatus(String status) method getDelFlag (line 236) | public String getDelFlag() method setDelFlag (line 241) | public void setDelFlag(String delFlag) method getLoginIp (line 246) | public String getLoginIp() method setLoginIp (line 251) | public void setLoginIp(String loginIp) method getLoginDate (line 256) | public Date getLoginDate() method setLoginDate (line 261) | public void setLoginDate(Date loginDate) method getDept (line 266) | public SysDept getDept() method setDept (line 271) | public void setDept(SysDept dept) method getRoles (line 276) | public List getRoles() method setRoles (line 281) | public void setRoles(List roles) method getRoleIds (line 286) | public Long[] getRoleIds() method setRoleIds (line 291) | public void setRoleIds(Long[] roleIds) method getPostIds (line 296) | public Long[] getPostIds() method setPostIds (line 301) | public void setPostIds(Long[] postIds) method getRoleId (line 306) | public Long getRoleId() method setRoleId (line 311) | public void setRoleId(Long roleId) method toString (line 316) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/ExtraUserBody.java class ExtraUserBody (line 6) | @Data FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/LoginBody.java class LoginBody (line 10) | @Data FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/LoginMember.java class LoginMember (line 5) | @Data FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/LoginUser.java class LoginUser (line 15) | public class LoginUser implements UserDetails method getUserId (line 74) | public Long getUserId() method setUserId (line 79) | public void setUserId(Long userId) method getDeptId (line 84) | public Long getDeptId() method setDeptId (line 89) | public void setDeptId(Long deptId) method getToken (line 94) | public String getToken() method setToken (line 99) | public void setToken(String token) method LoginUser (line 104) | public LoginUser() method LoginUser (line 108) | public LoginUser(SysUser user, Set permissions) method LoginUser (line 114) | public LoginUser(Long userId, Long deptId, SysUser user, Set p... method getPassword (line 122) | @JSONField(serialize = false) method getUsername (line 129) | @Override method isAccountNonExpired (line 138) | @JSONField(serialize = false) method isAccountNonLocked (line 150) | @JSONField(serialize = false) method isCredentialsNonExpired (line 162) | @JSONField(serialize = false) method isEnabled (line 174) | @JSONField(serialize = false) method getLoginTime (line 181) | public Long getLoginTime() method setLoginTime (line 186) | public void setLoginTime(Long loginTime) method getIpaddr (line 191) | public String getIpaddr() method setIpaddr (line 196) | public void setIpaddr(String ipaddr) method getLoginLocation (line 201) | public String getLoginLocation() method setLoginLocation (line 206) | public void setLoginLocation(String loginLocation) method getBrowser (line 211) | public String getBrowser() method setBrowser (line 216) | public void setBrowser(String browser) method getOs (line 221) | public String getOs() method setOs (line 226) | public void setOs(String os) method getExpireTime (line 231) | public Long getExpireTime() method setExpireTime (line 236) | public void setExpireTime(Long expireTime) method getPermissions (line 241) | public Set getPermissions() method setPermissions (line 246) | public void setPermissions(Set permissions) method getUser (line 251) | public SysUser getUser() method setUser (line 256) | public void setUser(SysUser user) method getAuthorities (line 261) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/PhoneLoginBody.java class PhoneLoginBody (line 7) | @Data FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/RegisterBody.java class RegisterBody (line 8) | public class RegisterBody extends LoginBody { FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/domain/model/SmsResult.java class SmsResult (line 11) | @Data FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/mybatis/BaseAuditInterceptor.java class BaseAuditInterceptor (line 26) | @Slf4j method intercept (line 31) | @Override method fillField (line 39) | private void fillField(Invocation invocation) { method dealItem (line 67) | private void dealItem(BaseAudit parameter) { method getUserId (line 108) | private Long getUserId() { method getIdMethod (line 123) | private Method getIdMethod(Class c) throws NoSuchMethodException, NoSu... method dealList (line 161) | private void dealList(List real) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/mybatis/MybatisAutoSetUserAuditInfoInterceptor.java class MybatisAutoSetUserAuditInfoInterceptor (line 15) | @Component method intercept (line 23) | @Override method autoSetUserAuditInfo (line 29) | private void autoSetUserAuditInfo(Invocation invocation){ method dealItem (line 66) | private void dealItem(BaseAudit parameter,SqlCommandType sqlCommandType){ method dealList (line 83) | private void dealList(List list,SqlCommandType sq... method plugin (line 89) | @Override method setProperties (line 94) | @Override method getUserId (line 99) | private Long getUserId() { FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/page/PageDomain.java class PageDomain (line 10) | public class PageDomain method getOrderBy (line 27) | public String getOrderBy() method getPageNum (line 36) | public Integer getPageNum() method setPageNum (line 41) | public void setPageNum(Integer pageNum) method getPageSize (line 46) | public Integer getPageSize() method setPageSize (line 51) | public void setPageSize(Integer pageSize) method getOrderByColumn (line 56) | public String getOrderByColumn() method setOrderByColumn (line 61) | public void setOrderByColumn(String orderByColumn) method getIsAsc (line 66) | public String getIsAsc() method setIsAsc (line 71) | public void setIsAsc(String isAsc) method getReasonable (line 88) | public Boolean getReasonable() method setReasonable (line 97) | public void setReasonable(Boolean reasonable) FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableDataInfo.java class TableDataInfo (line 11) | public class TableDataInfo implements Serializable method TableDataInfo (line 30) | public TableDataInfo() method TableDataInfo (line 40) | public TableDataInfo(List list, int total) method getTotal (line 46) | public long getTotal() method setTotal (line 51) | public void setTotal(long total) method getRows (line 56) | public List getRows() method setRows (line 61) | public void setRows(List rows) method getCode (line 66) | public int getCode() method setCode (line 71) | public void setCode(int code) method getMsg (line 76) | public String getMsg() method setMsg (line 81) | public void setMsg(String msg) FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/page/TableSupport.java class TableSupport (line 10) | public class TableSupport method getPageDomain (line 40) | public static PageDomain getPageDomain() method buildPageRequest (line 51) | public static PageDomain buildPageRequest() FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/redis/RedisCache.java class RedisCache (line 21) | @SuppressWarnings(value = { "unchecked", "rawtypes" }) method setCacheObject (line 34) | public void setCacheObject(final String key, final T value) method setCacheObject (line 47) | public void setCacheObject(final String key, final T value, final ... method expire (line 59) | public boolean expire(final String key, final long timeout) method expire (line 72) | public boolean expire(final String key, final long timeout, final Time... method getCacheObject (line 83) | public T getCacheObject(final String key) method deleteObject (line 94) | public boolean deleteObject(final String key) method deleteObject (line 105) | public long deleteObject(final Collection collection) method setCacheList (line 117) | public long setCacheList(final String key, final List dataList) method getCacheList (line 129) | public List getCacheList(final String key) method setCacheSet (line 141) | public BoundSetOperations setCacheSet(final String key,... method getCacheSet (line 158) | public Set getCacheSet(final String key) method setCacheMap (line 169) | public void setCacheMap(final String key, final Map dat... method getCacheMap (line 182) | public Map getCacheMap(final String key) method setCacheMapValue (line 194) | public void setCacheMapValue(final String key, final String hKey, ... method getCacheMapValue (line 206) | public T getCacheMapValue(final String key, final String hKey) method getMultiCacheMapValue (line 219) | public List getMultiCacheMapValue(final String key, final Colle... method keys (line 230) | public Collection keys(final String pattern) FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/redis/RedisService.java class RedisService (line 11) | @Service method setMatchList (line 17) | public void setMatchList(Long userId, List userIds) { method getMatchList (line 23) | public List getMatchList(Long userId) { method getAddressList (line 28) | public String getAddressList() { method setAddressList (line 33) | public void setAddressList(String list) { method setVerifyCode (line 38) | public void setVerifyCode(String code) { method deleteVerifyCode (line 44) | public void deleteVerifyCode(String code) { method getVerifyCode (line 48) | public String getVerifyCode(String code) { method getWechatToken (line 52) | public String getWechatToken() { method setWechatToken (line 56) | public void setWechatToken(String token) { method setQrCode (line 60) | public void setQrCode(String code, String scene) { method getQrCode (line 64) | public String getQrCode(String scene) { type RedisKeys (line 68) | interface RedisKeys { method lock (line 86) | public void lock(String key, String jobInfo, Integer lockSecond) throw... method unLock (line 102) | public void unLock(String key, String jobInfo) throws Exception { FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/sms/AliyunSmsTemplate.java class AliyunSmsTemplate (line 26) | public class AliyunSmsTemplate implements SmsTemplate { method AliyunSmsTemplate (line 33) | @SneakyThrows(Exception.class) method send (line 46) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/sms/SmsTemplate.java type SmsTemplate (line 13) | public interface SmsTemplate { method send (line 24) | SmsResult send(String phones, String templateId, Map p... FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/text/CharsetKit.java class CharsetKit (line 12) | public class CharsetKit method charset (line 34) | public static Charset charset(String charset) method convert (line 47) | public static String convert(String source, String srcCharset, String ... method convert (line 60) | public static String convert(String source, Charset srcCharset, Charse... method systemCharset (line 82) | public static String systemCharset() FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/text/Convert.java class Convert (line 17) | public class Convert method toStr (line 28) | public static String toStr(Object value, String defaultValue) method toStr (line 49) | public static String toStr(Object value) method toChar (line 63) | public static Character toChar(Object value, Character defaultValue) method toChar (line 86) | public static Character toChar(Object value) method toByte (line 100) | public static Byte toByte(Object value, Byte defaultValue) method toByte (line 137) | public static Byte toByte(Object value) method toShort (line 151) | public static Short toShort(Object value, Short defaultValue) method toShort (line 188) | public static Short toShort(Object value) method toNumber (line 202) | public static Number toNumber(Object value, Number defaultValue) method toNumber (line 235) | public static Number toNumber(Object value) method toInt (line 249) | public static Integer toInt(Object value, Integer defaultValue) method toInt (line 286) | public static Integer toInt(Object value) method toIntArray (line 297) | public static Integer[] toIntArray(String str) method toLongArray (line 308) | public static Long[] toLongArray(String str) method toIntArray (line 320) | public static Integer[] toIntArray(String split, String str) method toLongArray (line 343) | public static Long[] toLongArray(String split, String str) method toStrArray (line 365) | public static String[] toStrArray(String str) method toStrArray (line 377) | public static String[] toStrArray(String split, String str) method toLong (line 391) | public static Long toLong(Object value, Long defaultValue) method toLong (line 429) | public static Long toLong(Object value) method toDouble (line 443) | public static Double toDouble(Object value, Double defaultValue) method toDouble (line 481) | public static Double toDouble(Object value) method toFloat (line 495) | public static Float toFloat(Object value, Float defaultValue) method toFloat (line 532) | public static Float toFloat(Object value) method toBool (line 546) | public static Boolean toBool(Object value, Boolean defaultValue) method toBool (line 591) | public static Boolean toBool(Object value) method toEnum (line 605) | public static > E toEnum(Class clazz, Object valu... method toEnum (line 640) | public static > E toEnum(Class clazz, Object value) method toBigInteger (line 654) | public static BigInteger toBigInteger(Object value, BigInteger default... method toBigInteger (line 691) | public static BigInteger toBigInteger(Object value) method toBigDecimal (line 705) | public static BigDecimal toBigDecimal(Object value, BigDecimal default... method toBigDecimal (line 750) | public static BigDecimal toBigDecimal(Object value) method utf8Str (line 762) | public static String utf8Str(Object obj) method str (line 775) | public static String str(Object obj, String charsetName) method str (line 788) | public static String str(Object obj, Charset charset) method str (line 822) | public static String str(byte[] bytes, String charset) method str (line 834) | public static String str(byte[] data, Charset charset) method str (line 855) | public static String str(ByteBuffer data, String charset) method str (line 872) | public static String str(ByteBuffer data, Charset charset) method toSBC (line 888) | public static String toSBC(String input) method toSBC (line 900) | public static String toSBC(String input, Set notConvertSet) method toDBC (line 930) | public static String toDBC(String input) method toDBC (line 942) | public static String toDBC(String text, Set notConvertSet) method digitUppercase (line 973) | public static String digitUppercase(double n) FILE: ruoyi-common/src/main/java/com/ruoyi/common/core/text/StrFormatter.java class StrFormatter (line 10) | public class StrFormatter method format (line 30) | public static String format(final String strPattern, final Object... a... FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/AftersaleStatus.java type AftersaleStatus (line 8) | public enum AftersaleStatus method AftersaleStatus (line 19) | private AftersaleStatus(Integer type, String msg) { method getType (line 24) | public Integer getType() { method getMsg (line 28) | public String getMsg() { FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessStatus.java type BusinessStatus (line 9) | public enum BusinessStatus FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/BusinessType.java type BusinessType (line 8) | public enum BusinessType FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/DataSourceType.java type DataSourceType (line 8) | public enum DataSourceType FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/HttpMethod.java type HttpMethod (line 12) | public enum HttpMethod method resolve (line 26) | @Nullable method matches (line 32) | public boolean matches(String method) FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/LimitType.java type LimitType (line 9) | public enum LimitType FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/OperatorType.java type OperatorType (line 8) | public enum OperatorType FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/OrderRefundStatus.java type OrderRefundStatus (line 8) | public enum OrderRefundStatus method OrderRefundStatus (line 19) | private OrderRefundStatus(Integer type, String msg) { method getType (line 24) | public Integer getType() { method getMsg (line 28) | public String getMsg() { FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/OrderStatus.java type OrderStatus (line 8) | public enum OrderStatus method OrderStatus (line 22) | private OrderStatus(Integer type, String msg) { method getType (line 27) | public Integer getType() { method getMsg (line 31) | public String getMsg() { FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/TradeStatusEnum.java type TradeStatusEnum (line 6) | public enum TradeStatusEnum { method dealTradeStatus (line 22) | public static int dealTradeStatus(String code) { method TradeStatusEnum (line 31) | TradeStatusEnum(String code, Integer status) { method getCode (line 40) | public String getCode() { method setCode (line 44) | public TradeStatusEnum setCode(String code) { method getStatus (line 49) | public Integer getStatus() { method setStatus (line 53) | public TradeStatusEnum setStatus(Integer status) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/enums/UserStatus.java type UserStatus (line 8) | public enum UserStatus method UserStatus (line 15) | UserStatus(String code, String info) method getCode (line 21) | public String getCode() method getInfo (line 26) | public String getInfo() FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/DemoModeException.java class DemoModeException (line 8) | public class DemoModeException extends RuntimeException method DemoModeException (line 12) | public DemoModeException() FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/GlobalException.java class GlobalException (line 8) | public class GlobalException extends RuntimeException method GlobalException (line 28) | public GlobalException() method GlobalException (line 32) | public GlobalException(String message) method getDetailMessage (line 37) | public String getDetailMessage() method setDetailMessage (line 42) | public GlobalException setDetailMessage(String detailMessage) method getMessage (line 48) | public String getMessage() method setMessage (line 53) | public GlobalException setMessage(String message) FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/ServiceException.java class ServiceException (line 8) | public final class ServiceException extends RuntimeException method ServiceException (line 32) | public ServiceException() method ServiceException (line 36) | public ServiceException(String message) method ServiceException (line 41) | public ServiceException(String message, Integer code) method getDetailMessage (line 47) | public String getDetailMessage() method getMessage (line 52) | public String getMessage() method getCode (line 57) | public Integer getCode() method setMessage (line 62) | public ServiceException setMessage(String message) method setDetailMessage (line 68) | public ServiceException setDetailMessage(String detailMessage) FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/UtilException.java class UtilException (line 8) | public class UtilException extends RuntimeException method UtilException (line 12) | public UtilException(Throwable e) method UtilException (line 17) | public UtilException(String message) method UtilException (line 22) | public UtilException(String message, Throwable throwable) FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/base/BaseException.java class BaseException (line 12) | @Slf4j method BaseException (line 37) | public BaseException(String module, String code, Object[] args, String... method BaseException (line 45) | public BaseException(String module, String code, Object[] args) method BaseException (line 50) | public BaseException(String module, String defaultMessage) method BaseException (line 55) | public BaseException(String code, Object[] args) method BaseException (line 60) | public BaseException(String defaultMessage) method getMessage (line 65) | @Override method getModule (line 84) | public String getModule() method getCode (line 89) | public String getCode() method getArgs (line 94) | public Object[] getArgs() method getDefaultMessage (line 99) | public String getDefaultMessage() FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileException.java class FileException (line 10) | public class FileException extends BaseException method FileException (line 14) | public FileException(String code, Object[] args) FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileNameLengthLimitExceededException.java class FileNameLengthLimitExceededException (line 8) | public class FileNameLengthLimitExceededException extends FileException method FileNameLengthLimitExceededException (line 12) | public FileNameLengthLimitExceededException(int defaultFileNameLength) FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/FileSizeLimitExceededException.java class FileSizeLimitExceededException (line 8) | public class FileSizeLimitExceededException extends FileException method FileSizeLimitExceededException (line 12) | public FileSizeLimitExceededException(long defaultMaxSize) FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/file/InvalidExtensionException.java class InvalidExtensionException (line 11) | public class InvalidExtensionException extends FileUploadException method InvalidExtensionException (line 19) | public InvalidExtensionException(String[] allowedExtension, String ext... method getAllowedExtension (line 27) | public String[] getAllowedExtension() method getExtension (line 32) | public String getExtension() method getFilename (line 37) | public String getFilename() class InvalidImageExtensionException (line 42) | public static class InvalidImageExtensionException extends InvalidExte... method InvalidImageExtensionException (line 46) | public InvalidImageExtensionException(String[] allowedExtension, Str... class InvalidFlashExtensionException (line 52) | public static class InvalidFlashExtensionException extends InvalidExte... method InvalidFlashExtensionException (line 56) | public InvalidFlashExtensionException(String[] allowedExtension, Str... class InvalidMediaExtensionException (line 62) | public static class InvalidMediaExtensionException extends InvalidExte... method InvalidMediaExtensionException (line 66) | public InvalidMediaExtensionException(String[] allowedExtension, Str... class InvalidVideoExtensionException (line 72) | public static class InvalidVideoExtensionException extends InvalidExte... method InvalidVideoExtensionException (line 76) | public InvalidVideoExtensionException(String[] allowedExtension, Str... FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/job/TaskException.java class TaskException (line 8) | public class TaskException extends Exception method TaskException (line 14) | public TaskException(String msg, Code code) method TaskException (line 19) | public TaskException(String msg, Code code, Exception nestedEx) method getCode (line 25) | public Code getCode() type Code (line 30) | public enum Code FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/sms/SmsException.java class SmsException (line 9) | public class SmsException extends RuntimeException { method SmsException (line 13) | public SmsException(String msg) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaException.java class CaptchaException (line 8) | public class CaptchaException extends UserException method CaptchaException (line 12) | public CaptchaException() FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/CaptchaExpireException.java class CaptchaExpireException (line 8) | public class CaptchaExpireException extends UserException method CaptchaExpireException (line 12) | public CaptchaExpireException() FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserException.java class UserException (line 10) | public class UserException extends BaseException method UserException (line 14) | public UserException(String code, Object[] args) FILE: ruoyi-common/src/main/java/com/ruoyi/common/exception/user/UserPasswordNotMatchException.java class UserPasswordNotMatchException (line 8) | public class UserPasswordNotMatchException extends UserException method UserPasswordNotMatchException (line 12) | public UserPasswordNotMatchException() FILE: ruoyi-common/src/main/java/com/ruoyi/common/filter/RepeatableFilter.java class RepeatableFilter (line 19) | public class RepeatableFilter implements Filter method init (line 21) | @Override method doFilter (line 27) | @Override method destroy (line 47) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/filter/RepeatedlyRequestWrapper.java class RepeatedlyRequestWrapper (line 19) | public class RepeatedlyRequestWrapper extends HttpServletRequestWrapper method RepeatedlyRequestWrapper (line 23) | public RepeatedlyRequestWrapper(HttpServletRequest request, ServletRes... method getReader (line 32) | @Override method getInputStream (line 38) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/filter/XssFilter.java class XssFilter (line 21) | public class XssFilter implements Filter method init (line 28) | @Override method doFilter (line 42) | @Override method handleExcludeURL (line 57) | private boolean handleExcludeURL(HttpServletRequest request, HttpServl... method destroy (line 69) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/filter/XssHttpServletRequestWrapper.java class XssHttpServletRequestWrapper (line 20) | public class XssHttpServletRequestWrapper extends HttpServletRequestWrapper method XssHttpServletRequestWrapper (line 25) | public XssHttpServletRequestWrapper(HttpServletRequest request) method getParameterValues (line 30) | @Override method getInputStream (line 48) | @Override method isJsonRequest (line 106) | public boolean isJsonRequest() FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/AesCryptoUtils.java class AesCryptoUtils (line 10) | public class AesCryptoUtils { method encrypt (line 12) | public static String encrypt(String key, String content){ method decrypt (line 22) | public static String decrypt(String key, String content){ FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/Arith.java class Arith (line 11) | public class Arith method Arith (line 18) | private Arith() method add (line 28) | public static double add(double v1, double v2) method sub (line 41) | public static double sub(double v1, double v2) method mul (line 54) | public static double mul(double v1, double v2) method div (line 68) | public static double div(double v1, double v2) method div (line 81) | public static double div(double v1, double v2, int scale) method round (line 103) | public static double round(double v, int scale) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/DateUtils.java class DateUtils (line 21) | public class DateUtils extends org.apache.commons.lang3.time.DateUtils method getNowDate (line 43) | public static Date getNowDate() method getDate (line 53) | public static String getDate() method getTime (line 58) | public static final String getTime() method dateTimeNow (line 63) | public static final String dateTimeNow() method dateTimeNow (line 68) | public static final String dateTimeNow(final String format) method dateTime (line 73) | public static final String dateTime(final Date date) method parseDateToStr (line 78) | public static final String parseDateToStr(final String format, final D... method dateTime (line 83) | public static final Date dateTime(final String format, final String ts) method datePath (line 98) | public static final String datePath() method dateTime (line 107) | public static final String dateTime() method parseDate (line 116) | public static Date parseDate(Object str) method getServerStartDate (line 135) | public static Date getServerStartDate() method getDatePoor (line 144) | public static String getDatePoor(Date endDate, Date nowDate) method betweenDay (line 169) | public static Long betweenDay(LocalDateTime beginTime, LocalDateTime e... method getTimeDiff (line 173) | public static List getTimeDiff(int days){ FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/DictUtils.java class DictUtils (line 15) | public class DictUtils method setDictCache (line 28) | public static void setDictCache(String key, List dictDatas) method getDictCache (line 39) | public static List getDictCache(String key) method getDictLabel (line 57) | public static String getDictLabel(String dictType, String dictValue) method getDictValue (line 69) | public static String getDictValue(String dictType, String dictLabel) method getDictLabel (line 82) | public static String getDictLabel(String dictType, String dictValue, S... method getDictValue (line 122) | public static String getDictValue(String dictType, String dictLabel, S... method removeDictCache (line 159) | public static void removeDictCache(String key) method clearDictCache (line 167) | public static void clearDictCache() method getCacheKey (line 179) | public static String getCacheKey(String configKey) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/ExceptionUtil.java class ExceptionUtil (line 12) | public class ExceptionUtil method getExceptionMessage (line 17) | public static String getExceptionMessage(Throwable e) method getRootErrorMessage (line 25) | public static String getRootErrorMessage(Exception e) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/IDGenerator.java class IDGenerator (line 10) | public class IDGenerator { method IDGenerator (line 25) | private IDGenerator(final long workerId) { method generateMinId (line 30) | public static long generateMinId(int wid, long time) { method nextId (line 34) | public synchronized long nextId() { method generateMaxId (line 61) | public static long generateMaxId(long wid, long time) { method tilNextMillis (line 65) | private long tilNextMillis(final long lastTimestamp) { method timeGen (line 73) | private long timeGen() { method init (line 79) | public static synchronized void init(Long workerId) throws Exception { method generateId (line 90) | public static Long generateId() { FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/JsonUtils.java class JsonUtils (line 23) | @NoArgsConstructor(access = AccessLevel.PRIVATE) method getObjectMapper (line 28) | public static ObjectMapper getObjectMapper() { method toJsonString (line 32) | public static String toJsonString(Object object) { method parseObject (line 43) | public static T parseObject(String text, Class clazz) { method parseObject (line 54) | public static T parseObject(byte[] bytes, Class clazz) { method parseObject (line 65) | public static T parseObject(String text, TypeReference typeRefe... method parseMap (line 76) | public static Dict parseMap(String text) { method parseArrayMap (line 90) | public static List parseArrayMap(String text) { method parseArray (line 101) | public static List parseArray(String text, Class clazz) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/LogUtils.java class LogUtils (line 8) | public class LogUtils method getBlock (line 10) | public static String getBlock(Object msg) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/MessageUtils.java class MessageUtils (line 12) | public class MessageUtils method message (line 21) | public static String message(String code, Object... args) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/OssUtils.java class OssUtils (line 18) | @Slf4j method downloadFile (line 34) | public void downloadFile(String objectName){ method uploadOneFile (line 48) | public String uploadOneFile(MultipartFile file) { method uploadArrayFile (line 73) | public List uploadArrayFile(MultipartFile[] files) { method deleteFile (line 104) | public boolean deleteFile(String fileUrl) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/PhoneUtils.java class PhoneUtils (line 6) | public class PhoneUtils { method hidePhone (line 8) | public static String hidePhone(String phone){ FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/ResponseUtils.java class ResponseUtils (line 11) | public class ResponseUtils { method ResponseUtils (line 17) | private ResponseUtils(){} method getEntity (line 19) | private static ResponseEntity getEntity(Object body, HttpStatu... FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/SecurityUtils.java class SecurityUtils (line 15) | public class SecurityUtils method getUserId (line 21) | public static Long getUserId() method getDeptId (line 36) | public static Long getDeptId() method getUsername (line 51) | public static String getUsername() method getLoginUser (line 66) | public static LoginUser getLoginUser() method getAuthentication (line 81) | public static Authentication getAuthentication() method encryptPassword (line 92) | public static String encryptPassword(String password) { method matchesPassword (line 103) | public static boolean matchesPassword(String rawPassword, String encod... method isAdmin (line 115) | public static boolean isAdmin(Long userId) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/ServletUtils.java class ServletUtils (line 17) | public class ServletUtils method getParameter (line 22) | public static String getParameter(String name) method getParameter (line 30) | public static String getParameter(String name, String defaultValue) method getParameterToInt (line 38) | public static Integer getParameterToInt(String name) method getParameterToInt (line 46) | public static Integer getParameterToInt(String name, Integer defaultVa... method getParameterToBool (line 54) | public static Boolean getParameterToBool(String name) method getParameterToBool (line 62) | public static Boolean getParameterToBool(String name, Boolean defaultV... method getRequest (line 70) | public static HttpServletRequest getRequest() method getResponse (line 78) | public static HttpServletResponse getResponse() method getSession (line 86) | public static HttpSession getSession() method getRequestAttributes (line 91) | public static ServletRequestAttributes getRequestAttributes() method renderString (line 104) | public static String renderString(HttpServletResponse response, String... method isAjaxRequest (line 125) | public static boolean isAjaxRequest(HttpServletRequest request) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/SmsUtils.java class SmsUtils (line 8) | public class SmsUtils { method createRandom (line 10) | public static String createRandom(boolean numberFlag, int length) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/SortUtil.java class SortUtil (line 9) | public class SortUtil { method sort2string (line 12) | public static String sort2string(Sort sort) { method sort2stringOrDefault (line 16) | public static String sort2stringOrDefault(Sort sort) { method sort2string (line 20) | public static String sort2string(Sort sort, String defaultSort) { method sort2string (line 25) | public static String sort2string(Sort sort, Map sortCo... FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/StringUtils.java class StringUtils (line 18) | public class StringUtils extends org.apache.commons.lang3.StringUtils method nvl (line 32) | public static T nvl(T value, T defaultValue) method isEmpty (line 43) | public static boolean isEmpty(Collection coll) method isNotEmpty (line 54) | public static boolean isNotEmpty(Collection coll) method isEmpty (line 65) | public static boolean isEmpty(Object[] objects) method isNotEmpty (line 76) | public static boolean isNotEmpty(Object[] objects) method isEmpty (line 87) | public static boolean isEmpty(Map map) method isNotEmpty (line 98) | public static boolean isNotEmpty(Map map) method isEmpty (line 109) | public static boolean isEmpty(String str) method isNotEmpty (line 120) | public static boolean isNotEmpty(String str) method isNull (line 131) | public static boolean isNull(Object object) method isNotNull (line 142) | public static boolean isNotNull(Object object) method isArray (line 153) | public static boolean isArray(Object object) method trim (line 161) | public static String trim(String str) method substring (line 173) | public static String substring(final String str, int start) method substring (line 205) | public static String substring(final String str, int start, int end) method format (line 256) | public static String format(String template, Object... params) method ishttp (line 271) | public static boolean ishttp(String link) method str2Set (line 283) | public static final Set str2Set(String str, String sep) method str2List (line 297) | public static final List str2List(String str, String sep, bool... method containsAnyIgnoreCase (line 334) | public static boolean containsAnyIgnoreCase(CharSequence cs, CharSeque... method toUnderScoreCase (line 353) | public static String toUnderScoreCase(String str) method inStringIgnoreCase (line 406) | public static boolean inStringIgnoreCase(String str, String... strs) method convertToCamelCase (line 427) | public static String convertToCamelCase(String name) method toCamelCase (line 460) | public static String toCamelCase(String s) method matches (line 497) | public static boolean matches(String str, List strs) method isMatch (line 523) | public static boolean isMatch(String pattern, String url) method cast (line 529) | @SuppressWarnings("unchecked") FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/Threads.java class Threads (line 16) | public class Threads method sleep (line 23) | public static void sleep(long milliseconds) method shutdownAndAwaitTermination (line 42) | public static void shutdownAndAwaitTermination(ExecutorService pool) method printException (line 69) | public static void printException(Runnable r, Throwable t) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/VerifyCodeUtils.java class VerifyCodeUtils (line 22) | public class VerifyCodeUtils method generateVerifyCode (line 35) | public static String generateVerifyCode(int verifySize) method generateVerifyCode (line 47) | public static String generateVerifyCode(int verifySize, String sources) method outputImage (line 72) | public static void outputImage(int w, int h, OutputStream os, String c... method getRandColor (line 140) | private static Color getRandColor(int fc, int bc) method getRandomIntColor (line 154) | private static int getRandomIntColor() method getRandomRgb (line 166) | private static int[] getRandomRgb() method shear (line 176) | private static void shear(Graphics g, int w1, int h1, Color color) method shearX (line 182) | private static void shearX(Graphics g, int w1, int h1, Color color) method shearY (line 206) | private static void shearY(Graphics g, int w1, int h1, Color color) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/bean/BeanUtils.java class BeanUtils (line 14) | public class BeanUtils extends org.springframework.beans.BeanUtils method copyBeanProp (line 31) | public static void copyBeanProp(Object dest, Object src) method getSetterMethods (line 49) | public static List getSetterMethods(Object obj) method getGetterMethods (line 78) | public static List getGetterMethods(Object obj) method isMethodPropEquals (line 106) | public static boolean isMethodPropEquals(String m1, String m2) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/file/FileTypeUtils.java class FileTypeUtils (line 11) | public class FileTypeUtils method getFileType (line 21) | public static String getFileType(File file) method getFileType (line 38) | public static String getFileType(String fileName) method getFileExtendName (line 54) | public static String getFileExtendName(byte[] photoByte) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/file/FileUploadUtils.java class FileUploadUtils (line 23) | public class FileUploadUtils method setDefaultBaseDir (line 41) | public static void setDefaultBaseDir(String defaultBaseDir) method getDefaultBaseDir (line 46) | public static String getDefaultBaseDir() method upload (line 58) | public static final String upload(MultipartFile file) throws IOException method upload (line 78) | public static final String upload(String baseDir, MultipartFile file) ... method upload (line 94) | public static final String upload(String baseDir, MultipartFile file, ... method upload (line 115) | public static final String upload(String baseDir, MultipartFile file, ... method extractFilename (line 143) | public static final String extractFilename(MultipartFile file) method getAbsoluteFile (line 151) | public static final File getAbsoluteFile(String uploadDir, String file... method getPathFileName (line 165) | public static final String getPathFileName(String uploadDir, String fi... method assertAllowed (line 181) | public static final void assertAllowed(MultipartFile file, String[] al... method isAllowedExtension (line 229) | public static final boolean isAllowedExtension(String extension, Strin... method getExtension (line 247) | public static final String getExtension(MultipartFile file) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/file/FileUtils.java class FileUtils (line 26) | public class FileUtils method writeBytes (line 37) | public static void writeBytes(String filePath, OutputStream os) throws... method writeImportBytes (line 73) | public static String writeImportBytes(byte[] data) throws IOException method writeBytes (line 86) | public static String writeBytes(byte[] data, String uploadDir) throws ... method deleteFile (line 111) | public static boolean deleteFile(String filePath) method isValidFilename (line 130) | public static boolean isValidFilename(String filename) method checkAllowDownload (line 141) | public static boolean checkAllowDownload(String resource) method setFileDownloadHeader (line 166) | public static String setFileDownloadHeader(HttpServletRequest request,... method setAttachmentResponseHeader (line 201) | public static void setAttachmentResponseHeader(HttpServletResponse res... method percentEncode (line 225) | public static String percentEncode(String s) throws UnsupportedEncodin... method getFileExtendName (line 237) | public static String getFileExtendName(byte[] photoByte) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/file/ImageUtils.java class ImageUtils (line 22) | public class ImageUtils method getImage (line 26) | public static byte[] getImage(String imagePath) method getFile (line 44) | public static InputStream getFile(String imagePath) method readFile (line 65) | public static byte[] readFile(String url) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/file/MimeTypeUtils.java class MimeTypeUtils (line 10) | public class MimeTypeUtils method getExtension (line 43) | public static String getExtension(String prefix) method isImg (line 61) | public static boolean isImg(String contentType) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/html/EscapeUtil.java class EscapeUtil (line 10) | public class EscapeUtil method escape (line 37) | public static String escape(String text) method unescape (line 48) | public static String unescape(String content) method clean (line 59) | public static String clean(String content) method encode (line 70) | private static String encode(String text) method decode (line 100) | public static String decode(String content) method main (line 145) | public static void main(String[] args) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/html/HTMLFilter.java class HTMLFilter (line 18) | public final class HTMLFilter method HTMLFilter (line 103) | public HTMLFilter() method HTMLFilter (line 142) | @SuppressWarnings("unchecked") method reset (line 168) | private void reset() method chr (line 175) | public static String chr(final int decimal) method htmlSpecialChars (line 180) | public static String htmlSpecialChars(final String s) method filter (line 198) | public String filter(final String input) method isAlwaysMakeTags (line 216) | public boolean isAlwaysMakeTags() method isStripComments (line 221) | public boolean isStripComments() method escapeComments (line 226) | private String escapeComments(final String s) method balanceHTML (line 240) | private String balanceHTML(String s) method checkTags (line 272) | private String checkTags(String s) method processRemoveBlanks (line 300) | private String processRemoveBlanks(final String s) method regexReplace (line 320) | private static String regexReplace(final Pattern regex_pattern, final ... method processTag (line 326) | private String processTag(final String s) method processParamProtocol (line 437) | private String processParamProtocol(String s) method decodeEntities (line 458) | private String decodeEntities(String s) method validateEntities (line 498) | private String validateEntities(final String s) method encodeQuotes (line 515) | private String encodeQuotes(final String s) method checkEntity (line 538) | private String checkEntity(final String preamble, final String term) method isValidEntity (line 544) | private boolean isValidEntity(final String entity) method inArray (line 549) | private static boolean inArray(final String s, final String[] array) method allowed (line 561) | private boolean allowed(final String name) method allowedAttribute (line 566) | private boolean allowedAttribute(final String name, final String param... FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/http/HttpHelper.java class HttpHelper (line 18) | public class HttpHelper method getBodyString (line 22) | public static String getBodyString(ServletRequest request) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/http/HttpUtils.java class HttpUtils (line 21) | public class HttpUtils method sendGet (line 32) | public static String sendGet(String url, String param) method sendGet (line 45) | public static String sendGet(String url, String param, String contentT... method sendPost (line 107) | public static String sendPost(String url, String param) method sendSSLPost (line 173) | public static String sendSSLPost(String url, String param) class TrustAnyTrustManager (line 228) | private static class TrustAnyTrustManager implements X509TrustManager method checkClientTrusted (line 230) | @Override method checkServerTrusted (line 235) | @Override method getAcceptedIssuers (line 240) | @Override class TrustAnyHostnameVerifier (line 247) | private static class TrustAnyHostnameVerifier implements HostnameVerifier method verify (line 249) | @Override FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/ip/AddressUtils.java class AddressUtils (line 16) | public class AddressUtils method getRealAddressByIP (line 26) | public static String getRealAddressByIP(String ip) method main (line 58) | public static void main(String[] args) { FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/ip/IpUtils.java class IpUtils (line 14) | public class IpUtils method getIpAddr (line 16) | public static String getIpAddr(HttpServletRequest request) method internalIp (line 47) | public static boolean internalIp(String ip) method internalIp (line 53) | private static boolean internalIp(byte[] addr) method textToNumericFormatV4 (line 96) | public static byte[] textToNumericFormatV4(String text) method getHostIp (line 172) | public static String getHostIp() method getHostName (line 184) | public static String getHostName() FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/poi/ExcelHandlerAdapter.java type ExcelHandlerAdapter (line 8) | public interface ExcelHandlerAdapter method format (line 18) | Object format(Object value, String[] args); FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/poi/ExcelUtil.java class ExcelUtil (line 85) | public class ExcelUtil method ExcelUtil (line 159) | public ExcelUtil(Class clazz) method init (line 164) | public void init(List list, String sheetName, String title, Type type) method createTitle (line 182) | public void createTitle() method importExcel (line 202) | public List importExcel(InputStream is) throws Exception method importExcel (line 214) | public List importExcel(InputStream is, int titleNum) throws Exception method importExcel (line 227) | public List importExcel(String sheetName, InputStream is, int title... method exportExcel (line 406) | public AjaxResult exportExcel(List list, String sheetName) method writeExcel (line 410) | public String writeExcel(List list, String sheetName) method exportExcel (line 424) | public AjaxResult exportExcel(List list, String sheetName, String t... method exportExcel (line 439) | public void exportExcel(HttpServletResponse response, List list, St... method exportExcel (line 454) | public void exportExcel(HttpServletResponse response, List list, St... method importTemplateExcel (line 468) | public AjaxResult importTemplateExcel(String sheetName) method importTemplateExcel (line 480) | public AjaxResult importTemplateExcel(String sheetName, String title) method importTemplateExcel (line 492) | public void importTemplateExcel(HttpServletResponse response, String s... method importTemplateExcel (line 504) | public void importTemplateExcel(HttpServletResponse response, String s... method exportExcel (line 517) | public void exportExcel(OutputStream out) method exportExcel (line 540) | public String exportExcel() method writeSheet (line 566) | public void writeSheet() method fillExcelData (line 597) | public void fillExcelData(int index, Row row) method createStyles (line 622) | private Map createStyles(Workbook wb) method createCell (line 697) | public Cell createCell(Excel attr, Row row, int column) method setCellVo (line 715) | public void setCellVo(Object value, Excel attr, Cell cell) method getDrawingPatriarch (line 744) | public static Drawing getDrawingPatriarch(Sheet sheet) method getImageType (line 756) | public int getImageType(byte[] value) method setDataValidation (line 773) | public void setDataValidation(Excel attr, Row row, int column) method addCell (line 801) | public Cell addCell(Excel attr, Row row, T vo, Field field, int column) method setXSSFPrompt (line 868) | public void setXSSFPrompt(Sheet sheet, String promptTitle, String prom... method setXSSFValidation (line 891) | public void setXSSFValidation(Sheet sheet, String[] textlist, int firs... method convertByExp (line 922) | public static String convertByExp(String propertyValue, String convert... method reverseByExp (line 959) | public static String reverseByExp(String propertyValue, String convert... method convertDictByExp (line 996) | public static String convertDictByExp(String dictValue, String dictTyp... method reverseDictByExp (line 1009) | public static String reverseDictByExp(String dictLabel, String dictTyp... method dataFormatHandlerAdapter (line 1021) | public String dataFormatHandlerAdapter(Object value, Excel excel) method addStatisticsData (line 1039) | private void addStatisticsData(Integer index, String text, Excel entity) method addStatisticsRow (line 1062) | public void addStatisticsRow() method encodingFilename (line 1085) | public String encodingFilename(String filename) method getAbsoluteFile (line 1096) | public String getAbsoluteFile(String filename) method getTargetValue (line 1116) | private Object getTargetValue(T vo, Field field, Excel excel) throws E... method getValue (line 1146) | private Object getValue(Object o, String name) throws Exception method createExcelField (line 1161) | private void createExcelField() method getFields (line 1171) | public List getFields() method getRowHeight (line 1211) | public short getRowHeight() method createWorkbook (line 1225) | public void createWorkbook() method createSheet (line 1239) | public void createSheet(int sheetNo, int index) method getCellValue (line 1257) | public Object getCellValue(Row row, int column) method isRowEmpty (line 1316) | private boolean isRowEmpty(Row row) method getSheetPictures03 (line 1340) | public static Map getSheetPictures03(HSSFSheet sh... method getSheetPictures07 (line 1373) | public static Map getSheetPictures07(XSSFSheet sh... FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/reflect/ReflectUtils.java class ReflectUtils (line 23) | @SuppressWarnings("rawtypes") method invokeGetter (line 38) | @SuppressWarnings("unchecked") method invokeSetter (line 54) | public static void invokeSetter(Object obj, String propertyName, E... method getFieldValue (line 76) | @SuppressWarnings("unchecked") method setFieldValue (line 100) | public static void setFieldValue(final Object obj, final String fi... method invokeMethod (line 124) | @SuppressWarnings("unchecked") method invokeMethodByName (line 154) | @SuppressWarnings("unchecked") method getAccessibleField (line 226) | public static Field getAccessibleField(final Object obj, final String ... method getAccessibleMethod (line 256) | public static Method getAccessibleMethod(final Object obj, final Strin... method getAccessibleMethodByName (line 287) | public static Method getAccessibleMethodByName(final Object obj, final... method makeAccessible (line 313) | public static void makeAccessible(Method method) method makeAccessible (line 325) | public static void makeAccessible(Field field) method getClassGenricType (line 338) | @SuppressWarnings("unchecked") method getClassGenricType (line 348) | public static Class getClassGenricType(final Class clazz, final int in... method getUserClass (line 375) | public static Class getUserClass(Object instance) method convertReflectionExceptionToUnchecked (line 397) | public static RuntimeException convertReflectionExceptionToUnchecked(S... FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/sign/Base64.java class Base64 (line 8) | public final class Base64 method isWhiteSpace (line 62) | private static boolean isWhiteSpace(char octect) method isPad (line 67) | private static boolean isPad(char octect) method isData (line 72) | private static boolean isData(char octect) method encode (line 83) | public static String encode(byte[] binaryData) method decode (line 162) | public static byte[] decode(String encoded) method removeWhiteSpace (line 272) | private static int removeWhiteSpace(char[] data) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/sign/Md5Utils.java class Md5Utils (line 12) | public class Md5Utils method md5 (line 16) | private static byte[] md5(String s) method toHex (line 34) | private static final String toHex(byte hash[]) method hash (line 54) | public static String hash(String s) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/spring/SpringUtils.java class SpringUtils (line 18) | @Component method postProcessBeanFactory (line 26) | @Override method setApplicationContext (line 32) | @Override method getBean (line 46) | @SuppressWarnings("unchecked") method getBean (line 60) | public static T getBean(Class clz) throws BeansException method containsBean (line 72) | public static boolean containsBean(String name) method isSingleton (line 85) | public static boolean isSingleton(String name) throws NoSuchBeanDefini... method getType (line 96) | public static Class getType(String name) throws NoSuchBeanDefinitio... method getAliases (line 109) | public static String[] getAliases(String name) throws NoSuchBeanDefini... method getAopProxy (line 120) | @SuppressWarnings("unchecked") method getActiveProfiles (line 131) | public static String[] getActiveProfiles() method getActiveProfile (line 141) | public static String getActiveProfile() FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/sql/SqlUtil.java class SqlUtil (line 11) | public class SqlUtil method escapeOrderBySql (line 21) | public static String escapeOrderBySql(String value) method isValidOrderBySql (line 33) | public static boolean isValidOrderBySql(String value) FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/uuid/IdUtils.java class IdUtils (line 8) | public class IdUtils method randomUUID (line 15) | public static String randomUUID() method simpleUUID (line 25) | public static String simpleUUID() method fastUUID (line 35) | public static String fastUUID() method fastSimpleUUID (line 45) | public static String fastSimpleUUID() FILE: ruoyi-common/src/main/java/com/ruoyi/common/utils/uuid/UUID.java class UUID (line 15) | public final class UUID implements java.io.Serializable, Comparable class Holder (line 23) | private static class Holder method UUID (line 39) | private UUID(byte[] data) method UUID (line 62) | public UUID(long mostSigBits, long leastSigBits) method fastUUID (line 73) | public static UUID fastUUID() method randomUUID (line 83) | public static UUID randomUUID() method randomUUID (line 94) | public static UUID randomUUID(boolean isSecure) method nameUUIDFromBytes (line 114) | public static UUID nameUUIDFromBytes(byte[] name) method fromString (line 141) | public static UUID fromString(String name) method getLeastSignificantBits (line 171) | public long getLeastSignificantBits() method getMostSignificantBits (line 181) | public long getMostSignificantBits() method version (line 199) | public int version() method variant (line 218) | public int variant() method timestamp (line 241) | public long timestamp() throws UnsupportedOperationException method clockSequence (line 262) | public int clockSequence() throws UnsupportedOperationException method node (line 281) | public long node() throws UnsupportedOperationException method toString (line 311) | @Override method toString (line 341) | public String toString(boolean isSimple) method hashCode (line 379) | @Override method equals (line 395) | @Override method compareTo (line 419) | @Override method digits (line 440) | private static String digits(long val, int digits) method checkTimeBase (line 449) | private void checkTimeBase() method getSecureRandom (line 462) | public static SecureRandom getSecureRandom() method getRandom (line 480) | public static ThreadLocalRandom getRandom() FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/DataScopeAspect.java class DataScopeAspect (line 20) | @Aspect method doBefore (line 54) | @Before("@annotation(controllerDataScope)") method handleDataScope (line 61) | protected void handleDataScope(final JoinPoint joinPoint, DataScope co... method dataScopeFilter (line 84) | public static void dataScopeFilter(JoinPoint joinPoint, SysUser user, ... method clearDataScope (line 140) | private void clearDataScope(final JoinPoint joinPoint) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/DataSourceAspect.java class DataSourceAspect (line 23) | @Aspect method dsPointCut (line 30) | @Pointcut("@annotation(com.ruoyi.common.annotation.DataSource)" method around (line 37) | @Around("dsPointCut()") method getDataSource (line 61) | public DataSource getDataSource(ProceedingJoinPoint point) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/LogAspect.java class LogAspect (line 35) | @Aspect method doAfterReturning (line 46) | @AfterReturning(pointcut = "@annotation(controllerLog)", returning = "... method doAfterThrowing (line 58) | @AfterThrowing(value = "@annotation(controllerLog)", throwing = "e") method handleLog (line 64) | protected void handleLog(final JoinPoint joinPoint, Log controllerLog,... method getControllerMethodDescription (line 116) | public void getControllerMethodDescription(JoinPoint joinPoint, Log lo... method setRequestValue (line 143) | private void setRequestValue(JoinPoint joinPoint, SysOperLog operLog) ... method argsArrayToString (line 161) | private String argsArrayToString(Object[] paramsArray) method isFilterObject (line 190) | @SuppressWarnings("rawtypes") FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/LoggingAspect.java class LoggingAspect (line 26) | @Aspect method LoggingAspect (line 32) | public LoggingAspect(Environment env) { method springBeanPointcut (line 39) | @Pointcut("within(@org.springframework.stereotype.Repository *)" + method scheduledJob (line 46) | @Pointcut("@annotation(org.springframework.scheduling.annotation.Sched... method springBeanResourcePointcut (line 54) | @Pointcut("within(@org.springframework.web.bind.annotation.RestControl... method logAfterThrowing (line 65) | @AfterThrowing(pointcut = "springBeanPointcut() && scheduledJob()", th... method scheduledJobAround (line 78) | @Around("scheduledJob()") method logAround (line 90) | @Around("springBeanResourcePointcut()") method convertString (line 108) | private String convertString(Object[] args) { FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/aspectj/RateLimiterAspect.java class RateLimiterAspect (line 28) | @Aspect method setRedisTemplate1 (line 38) | @Autowired method setLimitScript (line 44) | @Autowired method doBefore (line 50) | @Before("@annotation(rateLimiter)") method getCombineKey (line 78) | public String getCombineKey(RateLimiter rateLimiter, JoinPoint point) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/ApplicationConfig.java class ApplicationConfig (line 16) | @Configuration method jacksonObjectMapperCustomization (line 26) | @Bean FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/CaptchaConfig.java class CaptchaConfig (line 15) | @Configuration method getKaptchaBean (line 18) | @Bean(name = "captchaProducer") method getKaptchaBeanMath (line 46) | @Bean(name = "captchaProducerMath") FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/DruidConfig.java class DruidConfig (line 32) | @Configuration method masterDataSource (line 35) | @Bean method slaveDataSource (line 43) | @Bean method dataSource (line 52) | @Bean(name = "dynamicDataSource") method setDataSource (line 69) | public void setDataSource(Map targetDataSources, Strin... method removeDruidFilterRegistrationBean (line 84) | @SuppressWarnings({ "rawtypes", "unchecked" }) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/FastJson2JsonRedisSerializer.java class FastJson2JsonRedisSerializer (line 18) | public class FastJson2JsonRedisSerializer implements RedisSerializer method FastJson2JsonRedisSerializer (line 26) | public FastJson2JsonRedisSerializer(Class clazz) method serialize (line 32) | @Override method deserialize (line 42) | @Override FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/FilterConfig.java class FilterConfig (line 20) | @Configuration method xssFilterRegistration (line 30) | @SuppressWarnings({ "rawtypes", "unchecked" }) method someFilterRegistration (line 46) | @SuppressWarnings({ "rawtypes", "unchecked" }) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/KaptchaTextCreator.java class KaptchaTextCreator (line 11) | public class KaptchaTextCreator extends DefaultTextCreator method getText (line 15) | @Override FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/LocalDataUtil.java class LocalDataUtil (line 9) | public class LocalDataUtil { method setVar (line 13) | public static void setVar(String key, Object obj) { method getVar (line 22) | public static Object getVar(String key) { FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/MyBatisConfig.java class MyBatisConfig (line 28) | @Configuration method setTypeAliasesPackage (line 36) | public static String setTypeAliasesPackage(String typeAliasesPackage) method resolveMapperLocations (line 90) | public Resource[] resolveMapperLocations(String[] mapperLocations) method myInterceptor (line 130) | @Bean FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/MybatisPlusConfig.java class MybatisPlusConfig (line 8) | @Configuration method mybatisPlusInterceptor (line 10) | @Bean FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/PaginationConfiguration.java class PaginationConfiguration (line 6) | @Configuration FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/RedisConfig.java class RedisConfig (line 17) | @Configuration method redisTemplate (line 21) | @Bean method limitScript (line 42) | @Bean method limitScriptText (line 54) | private String limitScriptText() FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/ResourcesConfig.java class ResourcesConfig (line 24) | @Configuration method addResourceHandlers (line 30) | @Override method addInterceptors (line 44) | @Override method corsFilter (line 53) | @Bean FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/SecurityConfig.java class SecurityConfig (line 26) | @EnableGlobalMethodSecurity(prePostEnabled = true, securedEnabled = true) method authenticationManagerBean (line 65) | @Bean method configure (line 87) | @Override method bCryptPasswordEncoder (line 134) | @Bean method configure (line 143) | @Override FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/ServerConfig.java class ServerConfig (line 12) | @Component method getUrl (line 20) | public String getUrl() method getDomain (line 26) | public static String getDomain(HttpServletRequest request) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/ThreadPoolConfig.java class ThreadPoolConfig (line 17) | @Configuration method threadPoolTaskExecutor (line 32) | @Bean(name = "threadPoolTaskExecutor") method scheduledExecutorService (line 48) | @Bean(name = "scheduledExecutorService") FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/config/properties/DruidProperties.java class DruidProperties (line 12) | @Configuration method dataSource (line 48) | public DruidDataSource dataSource(DruidDataSource datasource) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/datasource/DynamicDataSource.java class DynamicDataSource (line 12) | public class DynamicDataSource extends AbstractRoutingDataSource method DynamicDataSource (line 14) | public DynamicDataSource(DataSource defaultTargetDataSource, Map nowMap, Map nowMap, Map getSysFiles() method setSysFiles (line 103) | public void setSysFiles(List sysFiles) method copyTo (line 108) | public void copyTo() throws Exception method setCpuInfo (line 127) | private void setCpuInfo(CentralProcessor processor) method setMemInfo (line 153) | private void setMemInfo(GlobalMemory memory) method setSysInfo (line 163) | private void setSysInfo() method setJvmInfo (line 176) | private void setJvmInfo() throws UnknownHostException method setSysFiles (line 189) | private void setSysFiles(OperatingSystem os) method convertFileSize (line 216) | public String convertFileSize(long size) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/domain/server/Cpu.java class Cpu (line 10) | public class Cpu method getCpuNum (line 42) | public int getCpuNum() method setCpuNum (line 47) | public void setCpuNum(int cpuNum) method getTotal (line 52) | public double getTotal() method setTotal (line 57) | public void setTotal(double total) method getSys (line 62) | public double getSys() method setSys (line 67) | public void setSys(double sys) method getUsed (line 72) | public double getUsed() method setUsed (line 77) | public void setUsed(double used) method getWait (line 82) | public double getWait() method setWait (line 87) | public void setWait(double wait) method getFree (line 92) | public double getFree() method setFree (line 97) | public void setFree(double free) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/domain/server/Jvm.java class Jvm (line 12) | public class Jvm method getTotal (line 39) | public double getTotal() method setTotal (line 44) | public void setTotal(double total) method getMax (line 49) | public double getMax() method setMax (line 54) | public void setMax(double max) method getFree (line 59) | public double getFree() method setFree (line 64) | public void setFree(double free) method getUsed (line 69) | public double getUsed() method getUsage (line 74) | public double getUsage() method getName (line 82) | public String getName() method getVersion (line 87) | public String getVersion() method setVersion (line 92) | public void setVersion(String version) method getHome (line 97) | public String getHome() method setHome (line 102) | public void setHome(String home) method getStartTime (line 110) | public String getStartTime() method getRunTime (line 118) | public String getRunTime() FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/domain/server/Mem.java class Mem (line 10) | public class Mem method getTotal (line 27) | public double getTotal() method setTotal (line 32) | public void setTotal(long total) method getUsed (line 37) | public double getUsed() method setUsed (line 42) | public void setUsed(long used) method getFree (line 47) | public double getFree() method setFree (line 52) | public void setFree(long free) method getUsage (line 57) | public double getUsage() FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/domain/server/Sys.java class Sys (line 8) | public class Sys method getComputerName (line 35) | public String getComputerName() method setComputerName (line 40) | public void setComputerName(String computerName) method getComputerIp (line 45) | public String getComputerIp() method setComputerIp (line 50) | public void setComputerIp(String computerIp) method getUserDir (line 55) | public String getUserDir() method setUserDir (line 60) | public void setUserDir(String userDir) method getOsName (line 65) | public String getOsName() method setOsName (line 70) | public void setOsName(String osName) method getOsArch (line 75) | public String getOsArch() method setOsArch (line 80) | public void setOsArch(String osArch) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/domain/server/SysFile.java class SysFile (line 8) | public class SysFile method getDirName (line 45) | public String getDirName() method setDirName (line 50) | public void setDirName(String dirName) method getSysTypeName (line 55) | public String getSysTypeName() method setSysTypeName (line 60) | public void setSysTypeName(String sysTypeName) method getTypeName (line 65) | public String getTypeName() method setTypeName (line 70) | public void setTypeName(String typeName) method getTotal (line 75) | public String getTotal() method setTotal (line 80) | public void setTotal(String total) method getFree (line 85) | public String getFree() method setFree (line 90) | public void setFree(String free) method getUsed (line 95) | public String getUsed() method setUsed (line 100) | public void setUsed(String used) method getUsage (line 105) | public double getUsage() method setUsage (line 110) | public void setUsage(double usage) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/exception/GlobalExceptionHandler.java class GlobalExceptionHandler (line 25) | @RestControllerAdvice method handleAccessDeniedException (line 33) | @ExceptionHandler(AccessDeniedException.class) method handleHttpRequestMethodNotSupported (line 44) | @ExceptionHandler(HttpRequestMethodNotSupportedException.class) method handleMethodArgumentNotValidException (line 55) | @ExceptionHandler(MethodArgumentNotValidException.class) method handleBindException (line 65) | @ExceptionHandler(BindException.class) method handleServiceException (line 75) | @ExceptionHandler(ServiceException.class) method handleBaseException (line 85) | @ExceptionHandler(BaseException.class) method handleDemoModeException (line 94) | @ExceptionHandler(DemoModeException.class) method handleRuntimeException (line 103) | @ExceptionHandler(RuntimeException.class) method handleException (line 113) | @ExceptionHandler(Exception.class) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/PermissionService.java class PermissionService (line 16) | @Service("ss") method hasPermi (line 35) | public boolean hasPermi(String permission) method lacksPermi (line 55) | public boolean lacksPermi(String permission) method hasAnyPermi (line 66) | public boolean hasAnyPermi(String permissions) method hasRole (line 94) | public boolean hasRole(String role) method lacksRole (line 122) | public boolean lacksRole(String role) method hasAnyRoles (line 133) | public boolean hasAnyRoles(String roles) method hasPermissions (line 161) | private boolean hasPermissions(Set permissions, String permiss... FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SysLoginService.java class SysLoginService (line 44) | @Component method login (line 72) | public String login(String username, String password, String code, Str... method loginH5 (line 106) | public LoginUser loginH5(String username, String password, String uuid) { method validateCaptcha (line 141) | public void validateCaptcha(String username, String code, String uuid) method recordLoginInfo (line 161) | public void recordLoginInfo(SysUser user) { method phoneLogin (line 167) | public SysUser phoneLogin(String phone, String code, String uuid) { method initVipUser (line 201) | public SysUser initVipUser(ExtraUserBody body) { method createToken (line 224) | public String createToken(SysUser user) { FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SysPermissionService.java class SysPermissionService (line 16) | @Component method getRolePermission (line 31) | public Set getRolePermission(SysUser user) method getMenuPermission (line 52) | public Set getMenuPermission(SysUser user) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/SysRegisterService.java class SysRegisterService (line 25) | @Component method register (line 40) | public String register(RegisterBody registerBody) method register (line 80) | public SysUser register(String username, String nickname, String phone... method validateCaptcha (line 103) | public void validateCaptcha(String username, String code, String uuid) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/TokenService.java class TokenService (line 30) | @Component method getLoginUser (line 63) | public LoginUser getLoginUser(HttpServletRequest request) method getLoginMember (line 85) | public LoginMember getLoginMember(HttpServletRequest request) { method setLoginUser (line 104) | public void setLoginUser(LoginUser loginUser) method delLoginUser (line 115) | public void delLoginUser(String token) method createToken (line 130) | public String createToken(LoginUser loginUser) method createMemberToken (line 142) | public String createMemberToken(LoginMember loginMember){ method verifyToken (line 157) | public void verifyToken(LoginUser loginUser) method verifyMemberToken (line 167) | public void verifyMemberToken(LoginMember loginUser) { method refreshToken (line 180) | public void refreshToken(LoginUser loginUser) method refreshMemberToken (line 189) | public void refreshMemberToken(LoginMember loginUser) { method setUserAgent (line 202) | public void setUserAgent(LoginUser loginUser) method createToken (line 218) | private String createToken(Map claims) method parseToken (line 232) | private Claims parseToken(String token) method getUsernameFromToken (line 246) | public String getUsernameFromToken(String token) method getToken (line 258) | private String getToken(HttpServletRequest request) method getTokenKey (line 268) | private String getTokenKey(String uuid) FILE: ruoyi-framework/src/main/java/com/ruoyi/framework/web/service/UserDetailsServiceImpl.java class UserDetailsServiceImpl (line 22) | @Service method loadUserByUsername (line 33) | @Override method createLoginUser (line 56) | public UserDetails createLoginUser(SysUser user) FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/config/GenConfig.java class GenConfig (line 15) | @Data FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/config/GenPathConfig.java class GenPathConfig (line 8) | @Data method setBackPath (line 20) | public void setBackPath(String backPath) { FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/constant/ProjectPathConstant.java type ProjectPathConstant (line 3) | public interface ProjectPathConstant { FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/controller/GenController.java class GenController (line 31) | @RestController method genList (line 44) | @PreAuthorize("@ss.hasPermi('tool:gen:list')") method getInfo (line 56) | @PreAuthorize("@ss.hasPermi('tool:gen:query')") method dataList (line 73) | @PreAuthorize("@ss.hasPermi('tool:gen:list')") method columnList (line 85) | @PreAuthorize("@ss.hasPermi('tool:gen:list')") method importTableSave (line 99) | @PreAuthorize("@ss.hasPermi('tool:gen:import')") method editSave (line 114) | @PreAuthorize("@ss.hasPermi('tool:gen:edit')") method remove (line 127) | @PreAuthorize("@ss.hasPermi('tool:gen:remove')") method preview (line 139) | @PreAuthorize("@ss.hasPermi('tool:gen:preview')") method download (line 150) | @PreAuthorize("@ss.hasPermi('tool:gen:code')") method genCode (line 162) | @PreAuthorize("@ss.hasPermi('tool:gen:code')") method synchDb (line 174) | @PreAuthorize("@ss.hasPermi('tool:gen:edit')") method batchGenCode (line 186) | @PreAuthorize("@ss.hasPermi('tool:gen:code')") method genCode (line 199) | private void genCode(HttpServletResponse response, byte[] data) throws... FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/domain/GenTable.java class GenTable (line 21) | public class GenTable extends BaseEntity method getAudit (line 107) | public Integer getAudit() { method calcAudit (line 114) | private int calcAudit() { method hasPct (line 132) | public boolean hasPct() { method hasRichText (line 141) | public boolean hasRichText() { method setAudit (line 149) | public void setAudit(Integer audit) { method getTableId (line 153) | public Long getTableId() method setTableId (line 158) | public void setTableId(Long tableId) method getTableName (line 163) | public String getTableName() method setTableName (line 168) | public void setTableName(String tableName) method getTableComment (line 173) | public String getTableComment() method setTableComment (line 178) | public void setTableComment(String tableComment) method getSubTableName (line 183) | public String getSubTableName() method setSubTableName (line 188) | public void setSubTableName(String subTableName) method getSubTableFkName (line 193) | public String getSubTableFkName() method setSubTableFkName (line 198) | public void setSubTableFkName(String subTableFkName) method getClassName (line 203) | public String getClassName() method setClassName (line 208) | public void setClassName(String className) method getTplCategory (line 213) | public String getTplCategory() method setTplCategory (line 218) | public void setTplCategory(String tplCategory) method getPackageName (line 223) | public String getPackageName() method setPackageName (line 228) | public void setPackageName(String packageName) method getModuleName (line 233) | public String getModuleName() method setModuleName (line 238) | public void setModuleName(String moduleName) method getBusinessName (line 243) | public String getBusinessName() method setBusinessName (line 248) | public void setBusinessName(String businessName) method getFunctionName (line 253) | public String getFunctionName() method setFunctionName (line 258) | public void setFunctionName(String functionName) method getFunctionAuthor (line 263) | public String getFunctionAuthor() method setFunctionAuthor (line 268) | public void setFunctionAuthor(String functionAuthor) method getGenType (line 273) | public String getGenType() method setGenType (line 278) | public void setGenType(String genType) method getGenPath (line 283) | public String getGenPath() method setGenPath (line 288) | public void setGenPath(String genPath) method getPkColumn (line 293) | public GenTableColumn getPkColumn() method setPkColumn (line 298) | public void setPkColumn(GenTableColumn pkColumn) method getSubTable (line 303) | public GenTable getSubTable() method setSubTable (line 308) | public void setSubTable(GenTable subTable) method getColumns (line 313) | public List getColumns() method setColumns (line 318) | public void setColumns(List columns) method getOptions (line 323) | public String getOptions() method setOptions (line 328) | public void setOptions(String options) method getTreeCode (line 333) | public String getTreeCode() method setTreeCode (line 338) | public void setTreeCode(String treeCode) method getTreeParentCode (line 343) | public String getTreeParentCode() method setTreeParentCode (line 348) | public void setTreeParentCode(String treeParentCode) method getTreeName (line 353) | public String getTreeName() method setTreeName (line 358) | public void setTreeName(String treeName) method getParentMenuId (line 363) | public String getParentMenuId() method setParentMenuId (line 368) | public void setParentMenuId(String parentMenuId) method getParentMenuName (line 373) | public String getParentMenuName() method setParentMenuName (line 378) | public void setParentMenuName(String parentMenuName) method isSub (line 383) | public boolean isSub() method isSub (line 388) | public static boolean isSub(String tplCategory) method isTree (line 393) | public boolean isTree() method isTree (line 398) | public static boolean isTree(String tplCategory) method isCrud (line 403) | public boolean isCrud() method isCrud (line 408) | public static boolean isCrud(String tplCategory) method isSuperColumn (line 413) | public boolean isSuperColumn(String javaField) method isSuperColumn (line 418) | public boolean isSuperColumn(String tplCategory, String javaField) method hasDate (line 432) | public boolean hasDate() { method dateImports (line 436) | public List dateImports() { FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/domain/GenTableColumn.java class GenTableColumn (line 17) | public class GenTableColumn extends BaseEntity { method setColumnId (line 112) | public void setColumnId(Long columnId) { method getColumnId (line 116) | public Long getColumnId() { method setTableId (line 120) | public void setTableId(Long tableId) { method getTableId (line 124) | public Long getTableId() { method setColumnName (line 128) | public void setColumnName(String columnName) { method getColumnName (line 132) | public String getColumnName() { method setColumnComment (line 136) | public void setColumnComment(String columnComment) { method getColumnComment (line 140) | public String getColumnComment() { method setColumnType (line 144) | public void setColumnType(String columnType) { method getColumnType (line 148) | public String getColumnType() { method getCapColumnType (line 152) | public String getCapColumnType() { method isPct (line 175) | public boolean isPct() { method setJavaType (line 179) | public void setJavaType(String javaType) { method getJavaType (line 183) | public String getJavaType() { method setJavaField (line 187) | public void setJavaField(String javaField) { method getJavaField (line 191) | public String getJavaField() { method getCapJavaField (line 195) | public String getCapJavaField() { method getQueryField (line 199) | public String getQueryField() { method getQueryMethod (line 204) | public String getQueryMethod() { method setIsPk (line 209) | public void setIsPk(String isPk) { method getIsPk (line 213) | public String getIsPk() { method isPk (line 217) | public boolean isPk() { method isPk (line 221) | public boolean isPk(String isPk) { method getIsIncrement (line 225) | public String getIsIncrement() { method setIsIncrement (line 229) | public void setIsIncrement(String isIncrement) { method isIncrement (line 233) | public boolean isIncrement() { method isIncrement (line 237) | public boolean isIncrement(String isIncrement) { method setIsRequired (line 241) | public void setIsRequired(String isRequired) { method getIsRequired (line 245) | public String getIsRequired() { method isRequired (line 249) | public boolean isRequired() { method isRequired (line 253) | public boolean isRequired(String isRequired) { method setIsInsert (line 257) | public void setIsInsert(String isInsert) { method getIsInsert (line 261) | public String getIsInsert() { method isInsert (line 265) | public boolean isInsert() { method isInsert (line 269) | public boolean isInsert(String isInsert) { method setIsEdit (line 273) | public void setIsEdit(String isEdit) { method getIsEdit (line 277) | public String getIsEdit() { method isEdit (line 281) | public boolean isEdit() { method isEdit (line 285) | public boolean isEdit(String isEdit) { method setIsList (line 289) | public void setIsList(String isList) { method getIsList (line 293) | public String getIsList() { method isList (line 297) | public boolean isList() { method isList (line 301) | public boolean isList(String isList) { method setIsQuery (line 305) | public void setIsQuery(String isQuery) { method getIsQuery (line 309) | public String getIsQuery() { method isQuery (line 313) | public boolean isQuery() { method isQuery (line 317) | public boolean isQuery(String isQuery) { method setQueryType (line 321) | public void setQueryType(String queryType) { method getQueryType (line 325) | public String getQueryType() { method getHtmlType (line 329) | public String getHtmlType() { method setHtmlType (line 333) | public void setHtmlType(String htmlType) { method setDictType (line 337) | public void setDictType(String dictType) { method getDictType (line 341) | public String getDictType() { method setSort (line 345) | public void setSort(Integer sort) { method getSort (line 349) | public Integer getSort() { method isSuperColumn (line 353) | public boolean isSuperColumn() { method isSuperColumn (line 357) | public static boolean isSuperColumn(String javaField) { method isUsableColumn (line 365) | public boolean isUsableColumn() { method isUsableColumn (line 369) | public static boolean isUsableColumn(String javaField) { method readConverterExp (line 374) | public String readConverterExp() { method isDate (line 391) | public boolean isDate() { method getDateFormat (line 395) | public String getDateFormat() { method genLabel (line 408) | public String genLabel() { method genComponent (line 416) | public String genComponent() { FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/mapper/GenTableColumnMapper.java type GenTableColumnMapper (line 11) | public interface GenTableColumnMapper method selectDbTableColumnsByName (line 19) | public List selectDbTableColumnsByName(String tableName); method selectGenTableColumnListByTableId (line 27) | public List selectGenTableColumnListByTableId(Long tab... method insertGenTableColumn (line 35) | public int insertGenTableColumn(GenTableColumn genTableColumn); method updateGenTableColumn (line 43) | public int updateGenTableColumn(GenTableColumn genTableColumn); method deleteGenTableColumns (line 51) | public int deleteGenTableColumns(List genTableColumns); method deleteGenTableColumnByIds (line 59) | public int deleteGenTableColumnByIds(Long[] ids); FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/mapper/GenTableMapper.java type GenTableMapper (line 12) | public interface GenTableMapper method selectGenTableList (line 20) | public List selectGenTableList(GenTable genTable); method selectDbTableList (line 28) | public List selectDbTableList(GenTable genTable); method selectDbTableListByNames (line 36) | public List selectDbTableListByNames(String[] tableNames); method selectGenTableAll (line 43) | public List selectGenTableAll(); method selectGenTableById (line 51) | public GenTable selectGenTableById(Long id); method selectGenTableByName (line 59) | public GenTable selectGenTableByName(String tableName); method insertGenTable (line 67) | public int insertGenTable(GenTable genTable); method updateGenTable (line 75) | public int updateGenTable(GenTable genTable); method deleteGenTableByIds (line 83) | public int deleteGenTableByIds(Long[] ids); method selectGenTableByNameIn (line 85) | List selectGenTableByNameIn(@Param("names") List nam... FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/service/GenTableColumnServiceImpl.java class GenTableColumnServiceImpl (line 15) | @Service method selectGenTableColumnListByTableId (line 27) | @Override method insertGenTableColumn (line 39) | @Override method updateGenTableColumn (line 51) | @Override method deleteGenTableColumnByIds (line 63) | @Override FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/service/GenTableServiceImpl.java class GenTableServiceImpl (line 51) | @Service method selectGenTableById (line 67) | @Override method selectGenTableList (line 80) | @Override method selectDbTableList (line 91) | @Override method selectDbTableListByNames (line 102) | @Override method selectGenTableAll (line 112) | @Override method updateGenTable (line 123) | @Override method deleteGenTableByIds (line 142) | @Override method importGenTable (line 154) | @Override method previewCode (line 182) | @Override method downloadCode (line 213) | @Override method generatorCode (line 227) | @Override method getFullPackage (line 275) | private String getFullPackage(String template) { method generatePath (line 293) | private String generatePath(String template, GenTable table) { method fillHolder (line 306) | public Map fillHolder(GenTable table, Map..... method initNullValue (line 333) | private void initNullValue(GenTable table) { method synchDb (line 344) | @Override method downloadCode (line 376) | @Override method generatorCode (line 390) | private void generatorCode(String tableName, ZipOutputStream zip) { method validateEdit (line 427) | @Override method selectGenTableByName (line 448) | @Override method setPkColumn (line 464) | public void setPkColumn(GenTable table) { method setSubTable (line 492) | public void setSubTable(GenTable table) { method setTableFromOptions (line 504) | public void setTableFromOptions(GenTable genTable) { class GenContext (line 521) | @Data method init (line 545) | @PostConstruct FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/service/IGenTableColumnService.java type IGenTableColumnService (line 11) | public interface IGenTableColumnService method selectGenTableColumnListByTableId (line 19) | public List selectGenTableColumnListByTableId(Long tab... method insertGenTableColumn (line 27) | public int insertGenTableColumn(GenTableColumn genTableColumn); method updateGenTableColumn (line 35) | public int updateGenTableColumn(GenTableColumn genTableColumn); method deleteGenTableColumnByIds (line 43) | public int deleteGenTableColumnByIds(String ids); FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/service/IGenTableService.java type IGenTableService (line 12) | public interface IGenTableService method selectGenTableList (line 20) | public List selectGenTableList(GenTable genTable); method selectDbTableList (line 28) | public List selectDbTableList(GenTable genTable); method selectDbTableListByNames (line 36) | public List selectDbTableListByNames(String[] tableNames); method selectGenTableAll (line 43) | public List selectGenTableAll(); method selectGenTableById (line 51) | public GenTable selectGenTableById(Long id); method updateGenTable (line 59) | public void updateGenTable(GenTable genTable); method deleteGenTableByIds (line 67) | public void deleteGenTableByIds(Long[] tableIds); method importGenTable (line 74) | public void importGenTable(List tableList, Long userId); method previewCode (line 82) | public Map previewCode(Long tableId); method downloadCode (line 90) | public byte[] downloadCode(String tableName); method generatorCode (line 98) | public void generatorCode(String tableName); method synchDb (line 105) | public void synchDb(String tableName); method downloadCode (line 113) | public byte[] downloadCode(String[] tableNames); method validateEdit (line 120) | public void validateEdit(GenTable genTable); method selectGenTableByName (line 122) | List selectGenTableByName(List tableNames); FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/util/GenUtils.java class GenUtils (line 20) | public class GenUtils { method setGenConfig (line 44) | public static void setGenConfig(GenConfig genConfig) { method initTable (line 51) | public static void initTable(GenTable genTable, Long userId) { method initColumnField (line 64) | public static void initColumnField(GenTableColumn column, GenTable tab... method arraysContains (line 170) | public static boolean arraysContains(String[] arr, String targetValue) { method getModuleName (line 180) | public static String getModuleName(String packageName) { method getBusinessName (line 193) | public static String getBusinessName(String tableName) { method convertClassName (line 209) | public static String convertClassName(String tableName) { method replaceFirst (line 226) | public static String replaceFirst(String replacementm, String[] search... method replaceText (line 243) | public static String replaceText(String text) { method getDbType (line 253) | public static String getDbType(String columnType) { method getColumnLength (line 269) | public static Integer getColumnLength(String columnType) { FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/util/VelocityInitializer.java class VelocityInitializer (line 12) | public class VelocityInitializer method initVelocity (line 17) | public static void initVelocity() FILE: ruoyi-generator/src/main/java/com/ruoyi/generator/util/VelocityUtils.java class VelocityUtils (line 24) | public class VelocityUtils { method setGenConfig (line 41) | public static void setGenConfig(GenConfig genConfig) { method prepareContext (line 50) | public static VelocityContext prepareContext(GenTable genTable) { method setMenuVelocityContext (line 89) | public static void setMenuVelocityContext(VelocityContext context, Gen... method setTreeVelocityContext (line 96) | public static void setTreeVelocityContext(VelocityContext context, Gen... method setSubVelocityContext (line 115) | public static void setSubVelocityContext(VelocityContext context, GenT... method getTemplateList (line 137) | public static List getTemplateList(String tplCategory) { method getFileName (line 157) | public static String getFileName(String template, GenTable genTable) { method getPackagePrefix (line 237) | public static String getPackagePrefix(String packageName) { method getImportList (line 249) | public static HashSet getImportList(GenTable genTable) { method getDicts (line 277) | public static String getDicts(GenTable genTable) { method getPermissionPrefix (line 296) | public static String getPermissionPrefix(String moduleName, String bus... method getParentMenuId (line 306) | public static String getParentMenuId(JSONObject paramsObj) { method getTreecode (line 320) | public static String getTreecode(JSONObject paramsObj) { method getTreeParentCode (line 333) | public static String getTreeParentCode(JSONObject paramsObj) { method getTreeName (line 346) | public static String getTreeName(JSONObject paramsObj) { method getExpandColumn (line 359) | public static int getExpandColumn(GenTable genTable) { FILE: ruoyi-generator/src/test/java/com/ruoyi/generator/ApplicationTest.java class ApplicationTest (line 17) | @RunWith(SpringRunner.class) method test2 (line 25) | @Test FILE: ruoyi-generator/src/test/java/com/ruoyi/generator/CommonTest.java class CommonTest (line 8) | public class CommonTest { method testPath (line 9) | @Test FILE: ruoyi-generator/src/test/java/com/ruoyi/generator/SingleComponentTest.java class SingleComponentTest (line 18) | @RunWith(SpringRunner.class) class EmployeeServiceImplTestContextConfiguration (line 20) | @TestConfiguration method employeeService (line 22) | @Bean method setUp (line 38) | @Before method test1 (line 46) | @Test FILE: ruoyi-generator/src/test/java/com/ruoyi/generator/SpringAppTest.java class SpringAppTest (line 7) | @SpringBootApplication( method main (line 12) | public static void main(String[] args) { FILE: ruoyi-mall/src/main/java/com/cyl/config/AESForWeixinGetPhoneNumber.java class AESForWeixinGetPhoneNumber (line 18) | public class AESForWeixinGetPhoneNumber { method AESForWeixinGetPhoneNumber (line 34) | public AESForWeixinGetPhoneNumber(String originalContent, String encry... method decrypt (line 47) | public JSONObject decrypt() { method initialize (line 66) | private static void initialize() { method generateIV (line 75) | private static AlgorithmParameters generateIV(byte[] iv) throws NoSuch... FILE: ruoyi-mall/src/main/java/com/cyl/config/RestTemplateConfig.java class RestTemplateConfig (line 20) | @Configuration method restTemplate (line 42) | @Bean method httpRequestFactory (line 47) | @Bean method httpClient (line 52) | @Bean FILE: ruoyi-mall/src/main/java/com/cyl/config/WechatConfig.java class WechatConfig (line 11) | @Configuration method jsapiService (line 16) | @Bean method refundService (line 21) | @Bean FILE: ruoyi-mall/src/main/java/com/cyl/external/ExternalException.java class ExternalException (line 5) | @Data method ExternalException (line 9) | public ExternalException(String code, String message) { FILE: ruoyi-mall/src/main/java/com/cyl/external/WechatUtil.java class WechatUtil (line 16) | @Component method setAppId (line 21) | public void setAppId(String appId) { method setSecret (line 24) | public void setSecret(String secret) { method validParam (line 27) | public static boolean validParam(String signature, String... arr) { method getAccessToken (line 42) | public static AccessTokenResp getAccessToken(String code) { method getUserInfo (line 50) | public static UserInfoResp getUserInfo(String accessToken, String open... method validResp (line 57) | public static void validResp(BaseResp resp) { FILE: ruoyi-mall/src/main/java/com/cyl/external/resp/AccessTokenResp.java class AccessTokenResp (line 6) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/external/resp/BaseResp.java class BaseResp (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/external/resp/UserInfoResp.java class UserInfoResp (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/config/SecurityUtil.java class SecurityUtil (line 8) | @Service method getLocalMember (line 11) | public static Member getLocalMember() { FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/CategoryController.java class CategoryController (line 14) | @RestController method allCategories (line 20) | @GetMapping("/all-categories") method getBrotherAndChild (line 25) | @GetMapping("/category-by-id") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/H5CommonController.java class H5CommonController (line 26) | @RestController method add (line 41) | @ApiOperation("新增意见反馈") method getAddressList (line 49) | @GetMapping("/h5/area") method uploadFile (line 98) | @PostMapping("/h5/file/upload") method getSysConfig (line 104) | @GetMapping("/no-auth/config/get") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/H5MemberAddressController.java class H5MemberAddressController (line 12) | @RestController method getList (line 19) | @GetMapping("/list") method getDefault (line 24) | @GetMapping("/default") method create (line 29) | @PostMapping("/create") method update (line 34) | @PutMapping("/update") method getInfo (line 39) | @GetMapping("/{id}") method remove (line 44) | @DeleteMapping("/{id}") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/H5MemberCartController.java class H5MemberCartController (line 18) | @RestController method goodscount (line 31) | @GetMapping("goodscount") method cartIds (line 40) | @GetMapping("cart-ids") method add (line 50) | @PostMapping("add") method modify (line 60) | @PostMapping("modify") method remove (line 70) | @DeleteMapping("remove") method remove (line 80) | @GetMapping("list") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/H5MemberController.java class H5MemberController (line 22) | @RestController method register (line 32) | @ApiOperation("会员注册") method validate (line 38) | @ApiOperation("注册登录验证码校验手机号") method accountLogin (line 44) | @ApiOperation("手机号密码登录") method wechatLogin (line 50) | @PostMapping("/wechat/login") method smsLogin (line 59) | @ApiOperation("sms登录") method getMemberInfo (line 65) | @ApiOperation("获取会员信息") method setWechatInfo (line 71) | @ApiOperation("设置会员微信信息") method add (line 77) | @ApiOperation("新增会员登录记录") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/H5OrderController.java class H5OrderController (line 30) | @RestController method submit (line 43) | @ApiOperation("下单") method addOrderCheck (line 65) | @ApiOperation("下单前校验") method orderPage (line 71) | @ApiOperation("订单列表") method orderDetail (line 78) | @ApiOperation("订单详情") method orderComplete (line 87) | @ApiOperation("确认收货") method orderNumCount (line 108) | @ApiOperation("订单数量统计") method orderCancel (line 116) | @ApiOperation("取消订单") method orderPay (line 137) | @ApiOperation("订单支付") method applyRefund (line 161) | @ApiOperation("申请售后") method cancelRefund (line 189) | @ApiOperation("取消售后") method refundOrderDetail (line 210) | @ApiOperation("售后订单详情") method delivery (line 216) | @ApiOperation("用户提交退货单号") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/H5ProductController.java class H5ProductController (line 18) | @RestController method queryGoodByPage (line 26) | @PostMapping("/list") method queryDetail (line 31) | @GetMapping("/detail/{id}") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/NoAuthController.java class NoAuthController (line 20) | @RestController method getHomeConfig (line 37) | @GetMapping("/home/home-cfg") method productCount (line 49) | @GetMapping("/home/product-count") method getAppAccount (line 60) | @GetMapping("/app/account/{type}") method createCode (line 67) | @GetMapping("/verified/code/generate") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/PayNotifyController.java class PayNotifyController (line 40) | @Api(description ="微信回调接口列表") method weChatPayNotify (line 58) | @PostMapping("/notify") method weChatRefundNotify (line 104) | @ApiOperation(value = "微信退款回调") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/UserController.java class UserController (line 13) | @RequestMapping("ucenter") method queryPageOfAddress (line 19) | @GetMapping("user-address") method addOrUpdateAddress (line 26) | @PostMapping("add-update-user-address") method deleteUserAddress (line 38) | @DeleteMapping("delete-user-address") method detailUserAddress (line 43) | @GetMapping("detail-user-address") FILE: ruoyi-mall/src/main/java/com/cyl/h5/controller/WechatController2.java class WechatController2 (line 21) | @RestController method getHomeConfig (line 30) | @GetMapping("/no-auth/wechat-server-auth") method h5Login (line 45) | @PostMapping("/no-auth/wechat/h5-login") method getSessionId (line 52) | @GetMapping("/no-auth/wechat/getSessionId") method getSessionId2 (line 66) | @GetMapping("/no-auth/wechat/getSessionId2") FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/dto/CategoryDTO.java class CategoryDTO (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/dto/DeliveryReq.java class DeliveryReq (line 15) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/dto/OrderProductListDTO.java class OrderProductListDTO (line 19) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/dto/PayNotifyMessageDTO.java class PayNotifyMessageDTO (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/ApplyRefundForm.java class ApplyRefundForm (line 9) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/BindOpenIDForm.java class BindOpenIDForm (line 7) | @ApiModel("绑定openId请求对象") FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/CancelOrderForm.java class CancelOrderForm (line 9) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/H5AccountLoginForm.java class H5AccountLoginForm (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/H5LoginForm.java class H5LoginForm (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/H5SmsLoginForm.java class H5SmsLoginForm (line 6) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/OrderCreateForm.java class OrderCreateForm (line 16) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/OrderPayForm.java class OrderPayForm (line 7) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/OrderSubmitForm.java class OrderSubmitForm (line 10) | @Data class SkuParam (line 22) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/RegisterForm.java class RegisterForm (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/form/WechatLoginForm.java class WechatLoginForm (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/query/OrderH5Query.java class OrderH5Query (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/AftersaleRefundInfoVO.java class AftersaleRefundInfoVO (line 19) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/CountOrderVO.java class CountOrderVO (line 7) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/H5LoginVO.java class H5LoginVO (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/H5OrderVO.java class H5OrderVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/H5ProductVO.java class H5ProductVO (line 6) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/HomeConfigVO.java class HomeConfigVO (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/OrderCalcVO.java class OrderCalcVO (line 11) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/OrderPayVO.java class OrderPayVO (line 10) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/ProductDetailVO.java class ProductDetailVO (line 10) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/RegisterVO.java class RegisterVO (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/SkuViewVO.java class SkuViewVO (line 15) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/ValidatePhoneVO.java class ValidatePhoneVO (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/domain/vo/WechatLoginVO.java class WechatLoginVO (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/h5/service/H5MemberAddressService.java class H5MemberAddressService (line 30) | @Service method selectById (line 46) | public MemberAddressVO selectById(Long id) { method selectList (line 54) | public List selectList() { method insert (line 73) | public int insert(MemberAddressForm memberAddressForm) { method update (line 95) | public int update(MemberAddressForm memberAddressForm) { method deleteByIds (line 117) | public int deleteByIds(Long[] ids) { method deleteById (line 128) | public int deleteById(Long id) { method getDefault (line 132) | public MemberAddressVO getDefault() { FILE: ruoyi-mall/src/main/java/com/cyl/h5/service/H5MemberCartService.java class H5MemberCartService (line 38) | @Service method selectById (line 55) | public MemberCart selectById(Long id) { method selectList (line 66) | public List selectList(MemberCartQuery query, Pageable p... method insert (line 106) | public int insert(MemberCart memberCart) { method update (line 133) | public int update(MemberCart memberCart) { method update (line 143) | public int update(UpdateMemberCartForm form) { method deleteById (line 165) | public int deleteById(Long id) { method deleteByIds (line 175) | public int deleteByIds(String ids) { method mineCartNum (line 180) | public Integer mineCartNum() { method mineCartIds (line 193) | public List mineCartIds() { FILE: ruoyi-mall/src/main/java/com/cyl/h5/service/H5MemberService.java class H5MemberService (line 47) | @Service method register (line 81) | @Transactional method validate (line 123) | public ValidatePhoneVO validate(String phone) { method accountLogin (line 143) | public H5LoginVO accountLogin(String data) { method smsLogin (line 164) | public H5LoginVO smsLogin(String data){ method validateMemberStatus (line 239) | private void validateMemberStatus(Member member) { method validateVerifyCode (line 251) | private void validateVerifyCode(String uuid, String phone, String inpu... method getLoginResponse (line 268) | public H5LoginVO getLoginResponse(Long memberId){ method getMemberInfo (line 279) | public MemberVO getMemberInfo() { method getWechatUserAuth (line 291) | public WechatUserAuth getWechatUserAuth(String data) { method setWechatInfo (line 310) | public void setWechatInfo(String data) { method insert (line 330) | public void insert(Long memberId) { method wechatLogin (line 344) | public H5LoginVO wechatLogin(WechatLoginVO params) throws Exception { method createOrUpdateMember (line 356) | private Member createOrUpdateMember(String openId,String mobile){ method getMobile (line 395) | private String getMobile(String sessionKey, String key, String data) { method selectById (line 404) | public Member selectById(Long memberId) { FILE: ruoyi-mall/src/main/java/com/cyl/h5/service/H5OrderService.java class H5OrderService (line 67) | @Service method submit (line 128) | @Transactional method addOrderCheck (line 288) | public OrderCalcVO addOrderCheck(OrderCreateForm orderCreateForm) { method getOrderIdPrefix (line 360) | private String getOrderIdPrefix() { method orderPage (line 373) | public PageImpl orderPage(Integer status, Long memberId, Pa... method orderDetail (line 408) | public H5OrderVO orderDetail(Long orderId) { method orderCompleteByJob (line 430) | @Transactional method orderComplete (line 455) | @Transactional method orderNumCount (line 495) | public CountOrderVO orderNumCount(Long memberId) { method orderBatchCancel (line 499) | @Transactional method orderPay (line 569) | public OrderPayVO orderPay(OrderPayForm req) { method payCallBack (line 669) | @Transactional method applyRefund (line 736) | @Transactional method checkIfCanApplyRefund (line 818) | private void checkIfCanApplyRefund(Order order) { method cancelRefund (line 844) | @Transactional method refundOrderDetail (line 892) | public AftersaleRefundInfoVO refundOrderDetail(Long orderId) { method selectById (line 917) | public Order selectById(Long orderId) { FILE: ruoyi-mall/src/main/java/com/cyl/job/OrderJob.java class OrderJob (line 19) | @Component method cancelOrder (line 32) | @Scheduled(cron = "20 20 1 * * ?") method batchCompleteOrder (line 52) | @Scheduled(cron = "20 20 2 * * ?") FILE: ruoyi-mall/src/main/java/com/cyl/job/StatisticsJob.java class StatisticsJob (line 17) | @Component method cancelOrder (line 27) | @Async FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/constant/IntegralRule.java class IntegralRule (line 7) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/controller/CouponActivityController.java class CouponActivityController (line 36) | @Api(description ="优惠券活动表接口列表") method list (line 45) | @ApiOperation("查询优惠券活动表列表") method getInfo (line 51) | @ApiOperation("获取优惠券活动表详细信息") method add (line 57) | @ApiOperation("新增优惠券活动表") method edit (line 64) | @ApiOperation("修改优惠券活动表") method remove (line 71) | @ApiOperation("删除优惠券活动表") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/controller/H5CouponController.java class H5CouponController (line 21) | @Api(description = "优惠券接口列表") method list (line 33) | @ApiOperation("优惠券活动列表") method getDetail (line 40) | @GetMapping("/activity/get") method receiveCoupon (line 46) | @PostMapping("/receive") method list (line 65) | @ApiOperation("优惠券活动列表") method getCanUseList (line 79) | @PostMapping("/can/use/list") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/controller/H5IntegralHistoryController.java class H5IntegralHistoryController (line 31) | @Api(description ="积分流水表接口列表") method list (line 38) | @ApiOperation("查询积分流水表列表") method add (line 52) | @ApiOperation("新增积分流水表") method list (line 66) | @ApiOperation("积分流水") method statIntegral (line 73) | @ApiOperation("积分统计") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/controller/IntegralHistoryController.java class IntegralHistoryController (line 29) | @Api(description ="积分流水表接口列表") method list (line 38) | @ApiOperation("查询积分流水表列表") method export (line 46) | @ApiOperation("导出积分流水表列表") method getInfo (line 56) | @ApiOperation("获取积分流水表详细信息") method add (line 63) | @ApiOperation("新增积分流水表") method edit (line 71) | @ApiOperation("修改积分流水表") method remove (line 79) | @ApiOperation("删除积分流水表") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/controller/MemberCouponController.java class MemberCouponController (line 36) | @Api(description ="用户领券记录接口列表") method list (line 45) | @ApiOperation("查询用户领券记录列表") method getInfo (line 51) | @ApiOperation("获取用户领券记录详细信息") method add (line 57) | @ApiOperation("新增用户领券记录") method edit (line 64) | @ApiOperation("修改用户领券记录") method remove (line 71) | @ApiOperation("删除用户领券记录") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/convert/CouponActivityConvert.java type CouponActivityConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/convert/IntegralHistoryConvert.java type IntegralHistoryConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/convert/MemberCouponConvert.java type MemberCouponConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/entity/CouponActivity.java class CouponActivity (line 17) | @ApiModel(description="优惠券活动表对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/entity/IntegralHistory.java class IntegralHistory (line 17) | @ApiModel(description="积分流水表对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/entity/MemberCoupon.java class MemberCoupon (line 17) | @ApiModel(description="用户领券记录对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/query/CouponActivityQuery.java class CouponActivityQuery (line 14) | @ApiModel(description="优惠券活动表 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/query/IntegralHistoryQuery.java class IntegralHistoryQuery (line 16) | @ApiModel(description="积分流水表 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/query/MemberCouponQuery.java class MemberCouponQuery (line 17) | @ApiModel(description="用户领券记录 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/vo/CouponActivityVO.java class CouponActivityVO (line 17) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/vo/IntegralHistoryVO.java class IntegralHistoryVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/vo/IntegralStatVO.java class IntegralStatVO (line 7) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/domain/vo/MemberCouponVO.java class MemberCouponVO (line 13) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/mapper/CouponActivityMapper.java type CouponActivityMapper (line 14) | public interface CouponActivityMapper extends BaseMapper { method selectByEntity (line 21) | List selectByEntity(CouponActivity couponActivity); method receiveCoupon (line 23) | void receiveCoupon(@Param("id") Long id); FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/mapper/IntegralHistoryMapper.java type IntegralHistoryMapper (line 14) | public interface IntegralHistoryMapper extends BaseMapper selectByEntity(IntegralHistory integralHistory); method statIntegral (line 23) | IntegralStatVO statIntegral(LocalDateTime start, LocalDateTime end, Lo... FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/mapper/MemberCouponMapper.java type MemberCouponMapper (line 18) | public interface MemberCouponMapper extends BaseMapper { method selectByEntity (line 25) | List selectByEntity(MemberCoupon memberCoupon); method countUseCoupon (line 27) | List countUseCoupon(@Param("couponIds") Collection countGetCoupon(@Param("couponIds") Set id... FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/service/CouponActivityService.java class CouponActivityService (line 40) | @Service method selectById (line 59) | public CouponActivity selectById(Long id) { method selectList (line 70) | public Page selectList(CouponActivityQuery query, Pa... method getDetail (line 125) | public CouponActivityVO getDetail(Long id) { method insert (line 148) | public int insert(CouponActivity couponActivity) { method update (line 160) | public int update(CouponActivity couponActivity) { method deleteById (line 176) | public int deleteById(Long id) { method selectListByH5 (line 180) | public Page selectListByH5(Pageable page) { method receiveCoupon (line 212) | @Transactional method saveMemberCoupon (line 257) | private int saveMemberCoupon(CouponActivity activity, Long memberId) { method insertIntegralHistory (line 274) | private void insertIntegralHistory(BigDecimal amount, BigDecimal coupo... FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/service/IntegralHistoryService.java class IntegralHistoryService (line 33) | @Service method selectById (line 50) | public IntegralHistory selectById(Long id) { method selectList (line 61) | public List selectList(IntegralHistoryQuery query, Pa... method selectList2 (line 93) | public List selectList2(IntegralHistoryQuery query) { method insert (line 122) | public int insert(IntegralHistory integralHistory) { method insert2 (line 127) | public int insert2(IntegralHistory history) { method handleIntegral (line 144) | public void handleIntegral(Long orderId, BigDecimal amount, Long membe... method update (line 179) | public int update(IntegralHistory integralHistory) { method deleteById (line 189) | public int deleteById(Long id) { method selectListByH5 (line 193) | public List selectListByH5(IntegralHistoryQuery query... method statIntegral (line 213) | public IntegralStatVO statIntegral(IntegralHistoryQuery query) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/act/service/MemberCouponService.java class MemberCouponService (line 32) | @Service method selectById (line 45) | public MemberCoupon selectById(Long id) { method selectValidCoupon (line 49) | public MemberCoupon selectValidCoupon(Long id) { method selectList (line 74) | public Page selectList(MemberCouponQuery query, Pageab... method insert (line 121) | public int insert(MemberCoupon memberCoupon) { method update (line 132) | public int update(MemberCoupon memberCoupon) { method deleteById (line 142) | public int deleteById(Long id) { method selectListByH5 (line 146) | public Page selectListByH5(MemberCouponQuery query, Page... method getCanUseList (line 176) | public List getCanUseList(Collection products) { method judgeCouponCanUse (line 197) | public Boolean judgeCouponCanUse(MemberCoupon item, Collection products, MemberC... method updateCouponStatus (line 240) | public void updateCouponStatus(Long memberCouponId, Long orderId) { method backCoupon (line 249) | public void backCoupon(List couponIdList) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/aws/controller/SystemStatisticsController.java class SystemStatisticsController (line 32) | @Api(description ="系统数据统计接口列表") method list (line 41) | @ApiOperation("查询系统数据统计列表") method export (line 48) | @ApiOperation("导出系统数据统计列表") method getInfo (line 59) | @ApiOperation("获取系统数据统计详细信息") method add (line 66) | @ApiOperation("新增系统数据统计") method edit (line 74) | @ApiOperation("修改系统数据统计") method remove (line 82) | @ApiOperation("删除系统数据统计") FILE: ruoyi-mall/src/main/java/com/cyl/manager/aws/convert/SystemStatisticsConvert.java type SystemStatisticsConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/aws/domain/entity/SystemStatistics.java class SystemStatistics (line 15) | @ApiModel(description="系统数据统计对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/aws/domain/query/SystemStatisticsQuery.java class SystemStatisticsQuery (line 16) | @ApiModel(description="系统数据统计 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/aws/domain/vo/SystemStatisticsVO.java class SystemStatisticsVO (line 13) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/aws/mapper/SystemStatisticsMapper.java type SystemStatisticsMapper (line 12) | public interface SystemStatisticsMapper extends BaseMapper selectByEntity(SystemStatistics systemStatistics); FILE: ruoyi-mall/src/main/java/com/cyl/manager/aws/service/SystemStatisticsService.java class SystemStatisticsService (line 36) | @Service method selectById (line 62) | public SystemStatistics selectById(Long id) { method selectList (line 73) | public PageImpl selectList(SystemStatisticsQuery que... method insert (line 99) | public int insert(SystemStatistics systemStatistics) { method update (line 109) | public int update(SystemStatistics systemStatistics) { method deleteById (line 119) | public int deleteById(Long id) { method stat (line 123) | public SystemStatistics stat(LocalDateTime startTime, LocalDateTime en... FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/controller/AftersaleController.java class AftersaleController (line 44) | @Api(description ="订单售后接口列表") method list (line 56) | @ApiOperation("查询订单售后列表") method export (line 64) | @ApiOperation("导出订单售后列表") method getInfo (line 75) | @ApiOperation("获取订单售后详细信息") method add (line 82) | @ApiOperation("新增订单售后") method edit (line 90) | @ApiOperation("修改订单售后") method remove (line 98) | @ApiOperation("删除订单售后") method updateStatus (line 106) | @ApiOperation("售后订单操作") method log (line 128) | @ApiOperation("查看日志") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/controller/AftersaleItemController.java class AftersaleItemController (line 36) | @Api(description ="订单售后接口列表") method list (line 45) | @ApiOperation("查询订单售后列表") method export (line 53) | @ApiOperation("导出订单售后列表") method getInfo (line 63) | @ApiOperation("获取订单售后详细信息") method add (line 70) | @ApiOperation("新增订单售后") method edit (line 78) | @ApiOperation("修改订单售后") method remove (line 86) | @ApiOperation("删除订单售后") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/controller/OrderController.java class OrderController (line 34) | @Api(description ="订单表接口列表") method list (line 46) | @ApiOperation("查询订单表列表") method updateReceiver (line 53) | @ApiOperation("修改收件人信息") method export (line 59) | @ApiOperation("导出订单表列表") method getInfo (line 70) | @ApiOperation("获取订单表详细信息") method add (line 77) | @ApiOperation("新增订单表") method edit (line 85) | @ApiOperation("修改订单表") method remove (line 93) | @ApiOperation("删除订单表") method saveMerchantNote (line 101) | @ApiOperation("添加备注") method delivery (line 109) | @ApiOperation("管理后台订单发货") method log (line 131) | @ApiOperation("订单日志") method decryptPhone (line 137) | @PreAuthorize("@ss.hasAnyRoles('admin')") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/controller/OrderDeliveryHistoryController.java class OrderDeliveryHistoryController (line 36) | @Api(description ="订单发货记录接口列表") method list (line 45) | @ApiOperation("查询订单发货记录列表") method export (line 53) | @ApiOperation("导出订单发货记录列表") method getInfo (line 63) | @ApiOperation("获取订单发货记录详细信息") method add (line 70) | @ApiOperation("新增订单发货记录") method edit (line 78) | @ApiOperation("修改订单发货记录") method remove (line 86) | @ApiOperation("删除订单发货记录") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/controller/OrderItemController.java class OrderItemController (line 36) | @Api(description ="订单中所包含的商品接口列表") method list (line 45) | @ApiOperation("查询订单中所包含的商品列表") method export (line 53) | @ApiOperation("导出订单中所包含的商品列表") method getInfo (line 63) | @ApiOperation("获取订单中所包含的商品详细信息") method add (line 70) | @ApiOperation("新增订单中所包含的商品") method edit (line 78) | @ApiOperation("修改订单中所包含的商品") method remove (line 86) | @ApiOperation("删除订单中所包含的商品") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/controller/OrderOperateHistoryController.java class OrderOperateHistoryController (line 36) | @Api(description ="订单操作历史记录接口列表") method list (line 45) | @ApiOperation("查询订单操作历史记录列表") method export (line 53) | @ApiOperation("导出订单操作历史记录列表") method getInfo (line 63) | @ApiOperation("获取订单操作历史记录详细信息") method add (line 70) | @ApiOperation("新增订单操作历史记录") method edit (line 78) | @ApiOperation("修改订单操作历史记录") method remove (line 86) | @ApiOperation("删除订单操作历史记录") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/controller/WechatPaymentHistoryController.java class WechatPaymentHistoryController (line 36) | @Api(description ="微信订单表接口列表") method list (line 45) | @ApiOperation("查询微信订单表列表") method export (line 53) | @ApiOperation("导出微信订单表列表") method getInfo (line 63) | @ApiOperation("获取微信订单表详细信息") method add (line 70) | @ApiOperation("新增微信订单表") method edit (line 78) | @ApiOperation("修改微信订单表") method remove (line 86) | @ApiOperation("删除微信订单表") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/convert/AftersaleConvert.java type AftersaleConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/convert/AftersaleItemConvert.java type AftersaleItemConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/convert/OrderConvert.java type OrderConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); method do2vo (line 17) | OrderVO do2vo(Order order); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/convert/OrderDeliveryHistoryConvert.java type OrderDeliveryHistoryConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/convert/OrderItemConvert.java type OrderItemConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/convert/OrderOperateHistoryConvert.java type OrderOperateHistoryConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/convert/WechatPaymentHistoryConvert.java type WechatPaymentHistoryConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/entity/Aftersale.java class Aftersale (line 19) | @ApiModel(description="订单售后对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/entity/AftersaleItem.java class AftersaleItem (line 15) | @ApiModel(description="订单售后对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/entity/Order.java class Order (line 19) | @ApiModel(description="订单表对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/entity/OrderDeliveryHistory.java class OrderDeliveryHistory (line 14) | @ApiModel(description="订单发货记录对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/entity/OrderItem.java class OrderItem (line 18) | @ApiModel(description="订单中所包含的商品对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/entity/OrderOperateHistory.java class OrderOperateHistory (line 14) | @ApiModel(description="订单操作历史记录对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/entity/WechatPaymentHistory.java class WechatPaymentHistory (line 15) | @ApiModel(description="微信订单表对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/form/DealWithAftersaleForm.java class DealWithAftersaleForm (line 10) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/form/DeliverProductForm.java class DeliverProductForm (line 9) | @Getter FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/form/ManagerAftersaleOrderForm.java class ManagerAftersaleOrderForm (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/form/ManagerOrderQueryForm.java class ManagerOrderQueryForm (line 11) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/query/AftersaleItemQuery.java class AftersaleItemQuery (line 13) | @ApiModel(description="订单售后 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/query/AftersaleQuery.java class AftersaleQuery (line 14) | @ApiModel(description="订单售后 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/query/OrderDeliveryHistoryQuery.java class OrderDeliveryHistoryQuery (line 12) | @ApiModel(description="订单发货记录 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/query/OrderItemQuery.java class OrderItemQuery (line 13) | @ApiModel(description="订单中所包含的商品 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/query/OrderOperateHistoryQuery.java class OrderOperateHistoryQuery (line 12) | @ApiModel(description="订单操作历史记录 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/query/OrderQuery.java class OrderQuery (line 14) | @ApiModel(description="订单表 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/query/WechatPaymentHistoryQuery.java class WechatPaymentHistoryQuery (line 13) | @ApiModel(description="微信订单表 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/AftersaleItemVO.java class AftersaleItemVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/AftersaleVO.java class AftersaleVO (line 14) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/ManagerOrderAddressVo.java class ManagerOrderAddressVo (line 13) | @Getter FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/ManagerOrderDetailVO.java class ManagerOrderDetailVO (line 11) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/ManagerOrderProductVO.java class ManagerOrderProductVO (line 9) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/ManagerOrderVO.java class ManagerOrderVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/ManagerRefundOrderDetailVO.java class ManagerRefundOrderDetailVO (line 16) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/ManagerRefundOrderVO.java class ManagerRefundOrderVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/OrderAddressVO.java class OrderAddressVO (line 13) | @Getter FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/OrderDeliveryHistoryVO.java class OrderDeliveryHistoryVO (line 11) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/OrderItemVO.java class OrderItemVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/OrderOperateHistoryVO.java class OrderOperateHistoryVO (line 11) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/OrderVO.java class OrderVO (line 17) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/RefundInfoVO.java class RefundInfoVO (line 16) | @Getter FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/domain/vo/WechatPaymentHistoryVO.java class WechatPaymentHistoryVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/mapper/AftersaleItemMapper.java type AftersaleItemMapper (line 13) | public interface AftersaleItemMapper extends BaseMapper { method selectByEntity (line 20) | List selectByEntity(AftersaleItem aftersaleItem); method insertBatch (line 22) | Integer insertBatch(@Param("list") List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/mapper/AftersaleMapper.java type AftersaleMapper (line 15) | public interface AftersaleMapper extends BaseMapper { method selectByEntity (line 22) | List selectByEntity(Aftersale aftersale); method selectManagerRefundOrder (line 24) | List selectManagerRefundOrder(ManagerAftersaleOr... method countByMemberId (line 26) | int countByMemberId(Long memberId); method statPendingAndProcessing (line 28) | OrderAndAftersaleStatisticsVO statPendingAndProcessing(); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/mapper/OrderDeliveryHistoryMapper.java type OrderDeliveryHistoryMapper (line 12) | public interface OrderDeliveryHistoryMapper extends BaseMapper selectByEntity(OrderDeliveryHistory orderDe... FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/mapper/OrderItemMapper.java type OrderItemMapper (line 12) | public interface OrderItemMapper extends BaseMapper { method selectByEntity (line 19) | List selectByEntity(OrderItem orderItem); FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/mapper/OrderMapper.java type OrderMapper (line 21) | public interface OrderMapper extends BaseMapper { method selectByEntity (line 28) | List selectByEntity(Order order); method selectManagerOrderPage (line 30) | List selectManagerOrderPage(ManagerOrderQueryForm requ... method orderPage (line 32) | List orderPage(@Param("status") Integer status, @Param("mem... method selectOrderDetail (line 34) | H5OrderVO selectOrderDetail(Long orderId); method countByStatusAndMemberId (line 36) | CountOrderVO countByStatusAndMemberId(Long memberId); method cancelBatch (line 38) | Integer cancelBatch(@Param("list") List orderList); method statOrderCountAndAmount (line 40) | MemberDataStatisticsVO statOrderCountAndAmount(Long memberId); method statWaitDelivered (line 43) | Integer statWaitDelivered(); method statTodayData (line 45) | OrderAndAftersaleStatisticsVO statTodayData(@Param("startTime") LocalD... method statNewAndDeal (line 47) | SystemStatistics statNewAndDeal(@Param("startTime") LocalDateTime star... method statDealMember (line 49) | int statDealMember(@Param("startTime") LocalDateTime startTime,@Param(... FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/mapper/OrderOperateHistoryMapper.java type OrderOperateHistoryMapper (line 12) | public interface OrderOperateHistoryMapper extends BaseMapper selectByEntity(OrderOperateHistory orderOper... FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/mapper/WechatPaymentHistoryMapper.java type WechatPaymentHistoryMapper (line 12) | public interface WechatPaymentHistoryMapper extends BaseMapper selectByEntity(WechatPaymentHistory wechatP... FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/service/AftersaleItemService.java class AftersaleItemService (line 21) | @Service method selectById (line 32) | public AftersaleItem selectById(Long id) { method selectList (line 43) | public List selectList(AftersaleItemQuery query, Pageab... method insert (line 77) | public int insert(AftersaleItem aftersaleItem) { method update (line 88) | public int update(AftersaleItem aftersaleItem) { method deleteById (line 98) | public int deleteById(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/service/AftersaleService.java class AftersaleService (line 51) | @Service method selectById (line 90) | public ManagerRefundOrderDetailVO selectById(Long id) { method selectList (line 168) | public List selectList(ManagerAftersaleOrderForm... method insert (line 214) | public int insert(Aftersale aftersale) { method update (line 225) | public int update(Aftersale aftersale) { method deleteById (line 235) | public int deleteById(Long id) { method dealWith (line 246) | @Transactional(rollbackFor = Exception.class) method tradeRefund (line 336) | public void tradeRefund(Aftersale returnApply, Order order, LocalDateT... method refundOrderExc (line 395) | @Transactional method log (line 461) | public List log(Long orderId) { method queryAfterSale (line 470) | public Aftersale queryAfterSale(Long orderId) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/service/OrderDeliveryHistoryService.java class OrderDeliveryHistoryService (line 21) | @Service method selectById (line 32) | public OrderDeliveryHistory selectById(Long id) { method selectList (line 43) | public List selectList(OrderDeliveryHistoryQuery... method insert (line 69) | public int insert(OrderDeliveryHistory orderDeliveryHistory) { method update (line 80) | public int update(OrderDeliveryHistory orderDeliveryHistory) { method deleteById (line 90) | public int deleteById(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/service/OrderItemService.java class OrderItemService (line 28) | @Service method selectById (line 39) | public OrderItem selectById(Long id) { method selectList (line 50) | public List selectList(OrderItemQuery query, Pageable page) { method insert (line 120) | public int insert(OrderItem orderItem) { method update (line 131) | public int update(OrderItem orderItem) { method deleteById (line 141) | public int deleteById(Long id) { method saveOrderItem (line 145) | @Transactional FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/service/OrderOperateHistoryService.java class OrderOperateHistoryService (line 24) | @Service method selectById (line 35) | public OrderOperateHistory selectById(Long id) { method selectList (line 46) | public List selectList(OrderOperateHistoryQuery q... method insert (line 77) | public int insert(OrderOperateHistory orderOperateHistory) { method update (line 88) | public int update(OrderOperateHistory orderOperateHistory) { method deleteById (line 98) | public int deleteById(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/service/OrderService.java class OrderService (line 54) | @Service method selectById (line 91) | public ManagerOrderDetailVO selectById(Long id) { method selectList (line 152) | public PageImpl selectList(ManagerOrderQueryForm query... method insert (line 197) | public int insert(Order order) { method update (line 208) | public int update(Order order) { method deleteById (line 218) | public int deleteById(Long id) { method queryOrderPage (line 222) | public Page queryOrderPage(OrderH5Query query, Pageable pageR... method saveMerchantNote (line 267) | public Integer saveMerchantNote(Order order) { method deliverProduct (line 285) | @Transactional method createDeliveryHistory (line 325) | private void createDeliveryHistory(DeliverProductForm request, Long us... method createOrderOptHistory (line 345) | private void createOrderOptHistory(Long orderId, String orderSn, Integ... method log (line 366) | public List log(Long orderId) { method decryptPhone (line 375) | public String decryptPhone(Long orderId) { method updateReceiver (line 385) | public Boolean updateReceiver(Order order) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/oms/service/WechatPaymentHistoryService.java class WechatPaymentHistoryService (line 22) | @Service method selectById (line 33) | public WechatPaymentHistory selectById(Long id) { method selectList (line 44) | public List selectList(WechatPaymentHistoryQuery... method insert (line 102) | public int insert(WechatPaymentHistory wechatPaymentHistory) { method update (line 113) | public int update(WechatPaymentHistory wechatPaymentHistory) { method deleteById (line 123) | public int deleteById(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/controller/BrandController.java class BrandController (line 36) | @Api(description ="品牌管理接口列表") method list (line 45) | @ApiOperation("查询品牌管理列表") method all (line 52) | @ApiOperation("所有品牌管理列表") method export (line 59) | @ApiOperation("导出品牌管理列表") method getInfo (line 69) | @ApiOperation("获取品牌管理详细信息") method add (line 76) | @ApiOperation("新增品牌管理") method edit (line 84) | @ApiOperation("修改品牌管理") method remove (line 92) | @ApiOperation("删除品牌管理") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/controller/ProductCategoryController.java class ProductCategoryController (line 33) | @Api(description ="商品分类接口列表") method list (line 42) | @ApiOperation("查询商品分类列表") method getInfo (line 50) | @ApiOperation("获取商品分类详细信息") method add (line 57) | @ApiOperation("新增商品分类") method edit (line 65) | @ApiOperation("修改商品分类") method remove (line 73) | @ApiOperation("删除商品分类") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/controller/ProductController.java class ProductController (line 36) | @Api(description ="商品信息接口列表") method list (line 45) | @ApiOperation("查询商品信息列表") method export (line 53) | @ApiOperation("导出商品信息列表") method getInfo (line 63) | @ApiOperation("获取商品信息详细信息") method add (line 70) | @ApiOperation("新增商品信息") method edit (line 78) | @ApiOperation("修改商品信息") method remove (line 86) | @ApiOperation("删除商品信息") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/controller/SkuController.java class SkuController (line 36) | @Api(description ="sku信息接口列表") method list (line 45) | @ApiOperation("查询sku信息列表") method export (line 53) | @ApiOperation("导出sku信息列表") method getInfo (line 63) | @ApiOperation("获取sku信息详细信息") method add (line 70) | @ApiOperation("新增sku信息") method edit (line 78) | @ApiOperation("修改sku信息") method remove (line 86) | @ApiOperation("删除sku信息") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/convert/BrandConvert.java type BrandConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/convert/ProductCategoryConvert.java type ProductCategoryConvert (line 13) | @Mapper(componentModel = "spring") method dos2vos (line 16) | List dos2vos(List list); method do2dto (line 18) | CategoryDTO do2dto(ProductCategory it); FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/convert/ProductConvert.java type ProductConvert (line 14) | @Mapper(componentModel = "spring") method dos2vos (line 17) | List dos2vos(List list); method vo2do (line 18) | Product vo2do(ProductVO productVO); method do2vo (line 19) | ProductVO do2vo(Product product); method dos2dtos (line 21) | List dos2dtos(List products); FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/convert/SkuConvert.java type SkuConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/entity/Brand.java class Brand (line 14) | @ApiModel(description="品牌管理对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/entity/Product.java class Product (line 15) | @ApiModel(description="商品信息对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/entity/ProductCategory.java class ProductCategory (line 14) | @ApiModel(description="商品分类对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/entity/Sku.java class Sku (line 15) | @ApiModel(description="sku信息对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/query/BrandQuery.java class BrandQuery (line 12) | @ApiModel(description="品牌管理 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/query/ProductCategoryQuery.java class ProductCategoryQuery (line 12) | @ApiModel(description="商品分类 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/query/ProductQuery.java class ProductQuery (line 15) | @ApiModel(description="商品信息 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/query/SkuQuery.java class SkuQuery (line 13) | @ApiModel(description="sku信息 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/vo/BrandVO.java class BrandVO (line 11) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/vo/ProductCategoryVO.java class ProductCategoryVO (line 13) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/vo/ProductVO.java class ProductVO (line 15) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/domain/vo/SkuVO.java class SkuVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/mapper/BrandMapper.java type BrandMapper (line 12) | public interface BrandMapper extends BaseMapper { method selectByEntity (line 19) | List selectByEntity(Brand brand); FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/mapper/ProductCategoryMapper.java type ProductCategoryMapper (line 12) | public interface ProductCategoryMapper extends BaseMapper selectByEntity(ProductCategory productCategory); FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/mapper/ProductMapper.java type ProductMapper (line 13) | public interface ProductMapper extends BaseMapper { method selectByEntity (line 20) | List selectByEntity(Product product); FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/mapper/SkuMapper.java type SkuMapper (line 14) | public interface SkuMapper extends BaseMapper { method selectByEntity (line 21) | List selectByEntity(Sku sku); method updateStockById (line 23) | int updateStockById(@Param("skuId")Long skuId, @Param("optDate")LocalD... FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/service/BrandService.java class BrandService (line 21) | @Service method selectById (line 32) | public Brand selectById(Long id) { method selectList (line 43) | public List selectList(BrandQuery query, Pageable page) { method insert (line 74) | public int insert(Brand brand) { method update (line 85) | public int update(Brand brand) { method deleteById (line 95) | public int deleteById(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/service/ProductCategoryService.java class ProductCategoryService (line 35) | @Service method selectById (line 52) | public ProductCategory selectById(Long id) { method selectList (line 63) | public List selectList(ProductCategoryQuery query, ... method formatTree (line 100) | private List formatTree(List nod... method recur (line 119) | private void recur(ProductCategoryVO rootNode, List... method insert (line 141) | public int insert(ProductCategory productCategory) { method update (line 152) | public int update(ProductCategory productCategory) { method deleteById (line 162) | public int deleteById(Long id) { method queryCategoryWithProductsForH5 (line 166) | public List queryCategoryWithProductsForH5() { method queryAllChildCate (line 193) | private List queryAllChildCate(List categoryIds, int level) { method h5Categories (line 214) | public List h5Categories() { method getBrotherAndChild (line 222) | public List getBrotherAndChild(Long id, boolean withC... FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/service/ProductService.java class ProductService (line 35) | @Service method selectById (line 54) | public ProductVO selectById(Long id) { method selectList (line 71) | public List selectList(ProductQuery query, Pageable page) { method insert (line 113) | @Transactional method update (line 136) | @Transactional method deleteById (line 194) | public int deleteById(Long id) { method queryDetail (line 198) | public ProductDetailVO queryDetail(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/pms/service/SkuService.java class SkuService (line 22) | @Service method selectById (line 33) | public Sku selectById(Long id) { method selectList (line 44) | public List selectList(SkuQuery query, Pageable page) { method insert (line 78) | public int insert(Sku sku) { method update (line 89) | public int update(Sku sku) { method deleteById (line 99) | public int deleteById(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/controller/IndexStatisticsManagerController.java class IndexStatisticsManagerController (line 27) | @Slf4j method goodsStatistics (line 39) | @ApiOperation(value = "获取首页查询热卖商品TOP10") method orderStatistics (line 46) | @ApiOperation(value = "订单信息") method statMemberAndCart (line 52) | @ApiOperation(value = "会员数,加购数") method orderAndAftersaleStatistics (line 58) | @ApiOperation(value = "订单与售后单统计") FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/domain/query/GoodsStatisticsQuery.java class GoodsStatisticsQuery (line 14) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/domain/query/OrderStatisticsQuery.java class OrderStatisticsQuery (line 7) | @ApiModel("订单统计查询条件对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/domain/vo/MemberAndCartStatisticsVO.java class MemberAndCartStatisticsVO (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/domain/vo/OrderAndAftersaleStatisticsVO.java class OrderAndAftersaleStatisticsVO (line 7) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/domain/vo/OrderStatisticsVO.java class OrderStatisticsVO (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/domain/vo/ProductTopVO.java class ProductTopVO (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/mapper/IndexStatisticsMapper.java type IndexStatisticsMapper (line 11) | public interface IndexStatisticsMapper { method goodsSkuStatistics (line 12) | List goodsSkuStatistics(GoodsStatisticsQuery goodsStatis... method goodsStatistics (line 14) | List goodsStatistics(GoodsStatisticsQuery goodsStatistic... method orderStatistics (line 15) | List orderStatistics(OrderStatisticsQuery param); FILE: ruoyi-mall/src/main/java/com/cyl/manager/statistics/service/IndexStatisticsService.java class IndexStatisticsService (line 28) | @Service method goodsStatistics (line 42) | public List goodsStatistics(GoodsStatisticsQuery goodsSt... method orderStatistics (line 50) | public List orderStatistics(OrderStatisticsQuery pa... method statMemberAndCart (line 54) | public MemberAndCartStatisticsVO statMemberAndCart() { method orderAndAftersaleStatistics (line 61) | public OrderAndAftersaleStatisticsVO orderAndAftersaleStatistics() { FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/FeedbackController.java class FeedbackController (line 33) | @Api(description ="意见反馈接口列表") method list (line 42) | @ApiOperation("查询意见反馈列表") method editMark (line 51) | @ApiOperation("修改意见反馈备注信息") method changeStatus (line 58) | @ApiOperation(("修改状态")) method remove (line 66) | @ApiOperation("删除意见反馈") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/MemberAccountController.java class MemberAccountController (line 36) | @Api(description ="会员账户表接口列表") method list (line 45) | @ApiOperation("查询会员账户表列表") method export (line 53) | @ApiOperation("导出会员账户表列表") method getInfo (line 63) | @ApiOperation("获取会员账户表详细信息") method add (line 70) | @ApiOperation("新增会员账户表") method edit (line 78) | @ApiOperation("修改会员账户表") method remove (line 86) | @ApiOperation("删除会员账户表") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/MemberAddressController.java class MemberAddressController (line 36) | @Api(description ="会员收货地址接口列表") method list (line 45) | @ApiOperation("查询会员收货地址列表") method export (line 54) | @ApiOperation("导出会员收货地址列表") method getInfo (line 65) | @ApiOperation("获取会员收货地址详细信息") method add (line 72) | @ApiOperation("新增会员收货地址") method edit (line 80) | @ApiOperation("修改会员收货地址") method remove (line 88) | @ApiOperation("删除会员收货地址") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/MemberCartController.java class MemberCartController (line 33) | @Api(description ="购物车接口列表") method list (line 42) | @ApiOperation("查询购物车列表") method export (line 49) | @ApiOperation("导出购物车列表") method getInfo (line 60) | @ApiOperation("获取购物车详细信息") method add (line 67) | @ApiOperation("新增购物车") method edit (line 75) | @ApiOperation("修改购物车") method remove (line 83) | @ApiOperation("删除购物车") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/MemberController.java class MemberController (line 33) | @Api(description ="会员信息接口列表") method getWechatCode (line 43) | @RequestMapping(path ={"/ums/member/wechat/code","/h5/member/wechat/co... method list (line 48) | @ApiOperation("查询会员信息列表") method export (line 56) | @ApiOperation("导出会员信息列表") method getInfo (line 66) | @ApiOperation("获取会员信息详细信息") method add (line 73) | @ApiOperation("新增会员信息") method edit (line 81) | @ApiOperation("修改会员信息") method editMark (line 89) | @ApiOperation("修改会员备注信息") method remove (line 97) | @ApiOperation("删除会员信息") method changeStatus (line 105) | @ApiOperation(("修改会员账户状态")) method getPhoneDecrypted (line 112) | @ApiOperation("会员手机号解密") method viewStatistics (line 118) | @ApiOperation("查看会员统计数据") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/MemberLogininforController.java class MemberLogininforController (line 31) | @Api(description ="会员登录记录接口列表") method list (line 42) | @ApiOperation("查询会员登录记录列表") method export (line 50) | @ApiOperation("导出会员登录记录列表") method getInfo (line 60) | @ApiOperation("获取会员登录记录详细信息") method edit (line 67) | @ApiOperation("修改会员登录记录") method remove (line 75) | @ApiOperation("删除会员登录记录") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/MemberWechatController.java class MemberWechatController (line 36) | @Api(description ="用户微信信息接口列表") method list (line 45) | @ApiOperation("查询用户微信信息列表") method export (line 53) | @ApiOperation("导出用户微信信息列表") method getInfo (line 63) | @ApiOperation("获取用户微信信息详细信息") method add (line 70) | @ApiOperation("新增用户微信信息") method edit (line 78) | @ApiOperation("修改用户微信信息") method remove (line 86) | @ApiOperation("删除用户微信信息") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/controller/PlatformVerifyController.java class PlatformVerifyController (line 10) | @RestController method createCode (line 21) | @GetMapping("/h5/verified/code/generate") method verifyCode (line 28) | @GetMapping("/no-auth/verified/code") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/convert/FeedbackConvert.java type FeedbackConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/convert/MemberAccountConvert.java type MemberAccountConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/convert/MemberAddressConvert.java type MemberAddressConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/convert/MemberCartConvert.java type MemberCartConvert (line 19) | @Mapper(componentModel = "spring") method dos2vos (line 22) | List dos2vos(List list); method sku2Cart (line 24) | @Mapping(target = "id", ignore = true) method injectProduct (line 28) | @BeanMapping(ignoreByDefault = true) FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/convert/MemberConvert.java type MemberConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/convert/MemberLogininforConvert.java type MemberLogininforConvert (line 12) | @Mapper(componentModel = "spring") method dos2vos (line 15) | List dos2vos(List list); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/convert/MemberWechatConvert.java type MemberWechatConvert (line 13) | @Mapper(componentModel = "spring") method dos2vos (line 16) | List dos2vos(List list); method info2do (line 18) | MemberWechat info2do(AccessTokenResp info); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/dto/AddressDTO.java class AddressDTO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/Address.java class Address (line 13) | @ApiModel(description="地址对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/Feedback.java class Feedback (line 14) | @ApiModel(description="意见反馈对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/Member.java class Member (line 17) | @ApiModel(description="会员信息对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/MemberAccount.java class MemberAccount (line 18) | @ApiModel(description="会员账户表对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/MemberAddress.java class MemberAddress (line 14) | @ApiModel(description="会员收货地址对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/MemberCart.java class MemberCart (line 14) | @ApiModel(description="购物车对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/MemberLogininfor.java class MemberLogininfor (line 14) | @ApiModel(description="会员登录记录对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/entity/MemberWechat.java class MemberWechat (line 15) | @ApiModel(description="用户微信信息对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/form/AddMemberCartForm.java class AddMemberCartForm (line 7) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/form/ChangeMemberStatusForm.java class ChangeMemberStatusForm (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/form/MemberAddressForm.java class MemberAddressForm (line 5) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/form/UpdateMemberCartForm.java class UpdateMemberCartForm (line 9) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/query/FeedbackQuery.java class FeedbackQuery (line 13) | @ApiModel(description="意见反馈 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/query/MemberAccountQuery.java class MemberAccountQuery (line 14) | @ApiModel(description="会员账户表 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/query/MemberAddressQuery.java class MemberAddressQuery (line 12) | @ApiModel(description="会员收货地址 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/query/MemberCartQuery.java class MemberCartQuery (line 12) | @ApiModel(description="购物车 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/query/MemberLogininforQuery.java class MemberLogininforQuery (line 13) | @ApiModel(description="会员登录记录 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/query/MemberQuery.java class MemberQuery (line 15) | @ApiModel(description="会员信息 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/query/MemberWechatQuery.java class MemberWechatQuery (line 13) | @ApiModel(description="用户微信信息 查询 对象") FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/FeedbackVO.java class FeedbackVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/MemberAccountVO.java class MemberAccountVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/MemberAddressVO.java class MemberAddressVO (line 11) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/MemberCartVO.java class MemberCartVO (line 15) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/MemberDataStatisticsVO.java class MemberDataStatisticsVO (line 9) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/MemberLogininforVO.java class MemberLogininforVO (line 12) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/MemberVO.java class MemberVO (line 15) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/domain/vo/MemberWechatVO.java class MemberWechatVO (line 13) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/AddressMapper.java type AddressMapper (line 13) | public interface AddressMapper extends BaseMapper
{ method selectByEntity (line 20) | List
selectByEntity(Address address); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/FeedbackMapper.java type FeedbackMapper (line 12) | public interface FeedbackMapper extends BaseMapper { method selectByEntity (line 19) | List selectByEntity(Feedback feedback); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/MemberAccountMapper.java type MemberAccountMapper (line 14) | public interface MemberAccountMapper extends BaseMapper { method selectByEntity (line 21) | List selectByEntity(MemberAccount memberAccount); method updateIntegralBalance (line 23) | int updateIntegralBalance(@Param("amount") BigDecimal amount, @Param("... method updateIntegral (line 25) | int updateIntegral(@Param("useIntegral") BigDecimal useIntegral, @Para... FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/MemberAddressMapper.java type MemberAddressMapper (line 12) | public interface MemberAddressMapper extends BaseMapper { method selectByEntity (line 19) | List selectByEntity(MemberAddress memberAddress); method updateByPrimaryKeySelective (line 21) | int updateByPrimaryKeySelective(MemberAddress address); method updateDefault (line 23) | void updateDefault(int IsDefault, Long id); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/MemberCartMapper.java type MemberCartMapper (line 16) | public interface MemberCartMapper extends BaseMapper { method selectByEntity (line 23) | List selectByEntity(MemberCart memberCart); method selectByPage (line 28) | List selectByPage(MemberCartQuery query); method statAddCount (line 30) | int statAddCount(@Param("startTime") LocalDateTime startTime, @Param("... FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/MemberLogininforMapper.java type MemberLogininforMapper (line 14) | public interface MemberLogininforMapper extends BaseMapper selectByEntity(MemberLogininfor memberLogininfor); method statLoginMember (line 23) | int statLoginMember(@Param("startTime") LocalDateTime startTime, @Para... FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/MemberMapper.java type MemberMapper (line 12) | public interface MemberMapper extends BaseMapper { method selectByEntity (line 19) | List selectByEntity(Member member); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/mapper/MemberWechatMapper.java type MemberWechatMapper (line 12) | public interface MemberWechatMapper extends BaseMapper { method selectByEntity (line 19) | List selectByEntity(MemberWechat memberWechat); FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/service/FeedbackService.java class FeedbackService (line 24) | @Service method selectById (line 35) | public Feedback selectById(Long id) { method selectList (line 46) | public List selectList(FeedbackQuery query, Pageable page) { method insert (line 89) | public int insert(Feedback feedback) { method update (line 102) | public int update(Feedback feedback) { method deleteById (line 112) | public int deleteById(Long id) { method updateMark (line 116) | public Integer updateMark(Feedback feedback) { method changeStatus (line 123) | public Integer changeStatus(Feedback dto) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/service/MemberAccountService.java class MemberAccountService (line 22) | @Service method selectByMemberId (line 33) | public MemberAccount selectByMemberId(Long memberId) { method selectList (line 44) | public List selectList(MemberAccountQuery query, Pageab... method insert (line 66) | public int insert(MemberAccount memberAccount) { method update (line 77) | public int update(MemberAccount memberAccount) { method deleteByMemberId (line 87) | public int deleteByMemberId(Long memberId) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/service/MemberAddressService.java class MemberAddressService (line 26) | @Service method selectById (line 41) | public MemberAddress selectById(Long id) { method selectList (line 52) | public List selectList(MemberAddressQuery query, Pageab... method insert (line 94) | public int insert(MemberAddress memberAddress) { method update (line 105) | public int update(MemberAddress memberAddress) { method deleteById (line 115) | public int deleteById(Long id) { method deleteUserIds (line 119) | public Integer deleteUserIds(List ids) { method selectByUserAndId (line 126) | public MemberAddress selectByUserAndId(Long id) { method updateSelective (line 133) | public int updateSelective(MemberAddress address) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/service/MemberCartService.java class MemberCartService (line 45) | @Service method selectById (line 66) | public MemberCart selectById(Long id) { method selectList (line 77) | public PageImpl selectList(MemberCartQuery query, Pageab... method insert (line 113) | public int insert(MemberCart memberCart) { method update (line 140) | public int update(MemberCart memberCart) { method update (line 150) | public int update(UpdateMemberCartForm form) { method deleteById (line 172) | public int deleteById(Long id) { method deleteByIds (line 182) | public int deleteByIds(String ids) { method mineCartNum (line 187) | public Integer mineCartNum() { FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/service/MemberLogininforService.java class MemberLogininforService (line 26) | @Service method selectById (line 43) | public MemberLogininfor selectById(Long id) { method selectList (line 54) | public List selectList(MemberLogininforQuery query, ... method update (line 100) | public int update(MemberLogininfor memberLogininfor) { method deleteById (line 110) | public int deleteById(Long id) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/service/MemberService.java class MemberService (line 33) | @Service method selectById (line 55) | public Member selectById(Long id) { method selectList (line 66) | public List selectList(MemberQuery query, Pageable page) { method insert (line 107) | public int insert(Member member) { method update (line 118) | public int update(Member member) { method updateMark (line 122) | public int updateMark(Member member) { method deleteById (line 136) | public int deleteById(Long id) { method changeStatus (line 140) | public Integer changeStatus(ChangeMemberStatusForm dto) { method getPhoneDecrypted (line 147) | public String getPhoneDecrypted(String phoneEncrypted) { method viewStatistics (line 151) | public MemberDataStatisticsVO viewStatistics(Long memberId) { FILE: ruoyi-mall/src/main/java/com/cyl/manager/ums/service/MemberWechatService.java class MemberWechatService (line 43) | @Slf4j method selectById (line 69) | public MemberWechat selectById(Long id) { method selectList (line 80) | public List selectList(MemberWechatQuery query, Pageable... method insert (line 146) | public int insert(MemberWechat memberWechat) { method update (line 157) | public int update(MemberWechat memberWechat) { method deleteById (line 167) | public int deleteById(Long id) { method login (line 171) | public String login(WechatLoginForm form) { method getSessionId (line 219) | public JSONObject getSessionId(String code) { method getToken (line 237) | public String getToken(String openId) { FILE: ruoyi-mall/src/main/java/com/cyl/sms/controller/SmsController.java class SmsController (line 11) | @RestController method sendAliyun (line 21) | @GetMapping("/sendAliyun/{phones}") FILE: ruoyi-mall/src/main/java/com/cyl/sms/service/SmsService.java class SmsService (line 20) | @Service method sendAliyun (line 32) | public ResponseEntity sendAliyun(String phones){ FILE: ruoyi-mall/src/main/java/com/cyl/wechat/WechatAuthService.java class WechatAuthService (line 22) | @Service method getUserToken (line 35) | public WechatUserAuth getUserToken(String code) { method getQRCode (line 63) | public String getQRCode(String scene) { method getAccessToken (line 93) | private String getAccessToken() { FILE: ruoyi-mall/src/main/java/com/cyl/wechat/WechatController.java class WechatController (line 16) | @RestController method getJssdkConfig (line 23) | @GetMapping("/jssdk") method getWechatUserAuth (line 43) | @ApiOperation("获取微信用户授权信息") FILE: ruoyi-mall/src/main/java/com/cyl/wechat/WechatPayConfig.java class WechatPayConfig (line 8) | public class WechatPayConfig { method WechatPayConfig (line 12) | private WechatPayConfig(){} method getInstance (line 14) | public static Config getInstance() { FILE: ruoyi-mall/src/main/java/com/cyl/wechat/WechatPayData.java class WechatPayData (line 7) | @Data method setAppId (line 27) | public void setAppId(String appId) { method setSecret (line 31) | public void setSecret(String secret) { method setMerchantId (line 35) | public void setMerchantId(String merchantId) { method setPrivateKeyPath (line 39) | public void setPrivateKeyPath(String privateKeyPath) { method setMerchantSerialNumber (line 43) | public void setMerchantSerialNumber(String merchantSerialNumber) { method setApiV3key (line 47) | public void setApiV3key(String apiV3key) { method setNotifyUrl (line 51) | public void setNotifyUrl(String notifyUrl) { method setMiniProgramAppId (line 55) | public void setMiniProgramAppId(String miniProgramAppId) { method setMiniProgramSecret (line 59) | public void setMiniProgramSecret(String miniProgramSecret) { FILE: ruoyi-mall/src/main/java/com/cyl/wechat/WechatPayService.java class WechatPayService (line 19) | @Service method jsapiPay (line 38) | public String jsapiPay(String orderNo,String desc,Integer totalAmount,... method refundPay (line 56) | public Refund refundPay(String refundId,String payId,String notifyUrl,... FILE: ruoyi-mall/src/main/java/com/cyl/wechat/WechatPayUtil.java class WechatPayUtil (line 22) | public class WechatPayUtil { method getSign (line 29) | public static String getSign(String signatureStr,String privateKey) th... method generateNonceStr (line 45) | public static String generateNonceStr() { method getLogger (line 58) | public static Logger getLogger() { method getCurrentTimestamp (line 67) | public static long getCurrentTimestamp() { method getCurrentTimestampMs (line 75) | public static long getCurrentTimestampMs() { FILE: ruoyi-mall/src/main/java/com/cyl/wechat/response/JssdkConfigResponse.java class JssdkConfigResponse (line 8) | @Data FILE: ruoyi-mall/src/main/java/com/cyl/wechat/response/WeChatAmount.java class WeChatAmount (line 12) | @Getter FILE: ruoyi-mall/src/main/java/com/cyl/wechat/response/WeChatPayNotify.java class WeChatPayNotify (line 12) | @Getter FILE: ruoyi-mall/src/main/java/com/cyl/wechat/response/WeChatPayer.java class WeChatPayer (line 12) | @Getter FILE: ruoyi-mall/src/main/java/com/cyl/wechat/response/WechatUserAuth.java class WechatUserAuth (line 5) | @Data FILE: ruoyi-mall/src/test/java/com/example/ruoyimall/RuoyiMallApplicationTests.java class RuoyiMallApplicationTests (line 6) | @SpringBootTest method contextLoads (line 9) | @Test FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/config/ScheduleConfig.java class ScheduleConfig (line 16) | @Configuration method schedulerFactoryBean (line 20) | @Bean FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobController.java class SysJobController (line 33) | @RestController method list (line 43) | @PreAuthorize("@ss.hasPermi('monitor:job:list')") method export (line 55) | @PreAuthorize("@ss.hasPermi('monitor:job:export')") method getInfo (line 68) | @PreAuthorize("@ss.hasPermi('monitor:job:query')") method add (line 78) | @PreAuthorize("@ss.hasPermi('monitor:job:add')") method edit (line 106) | @PreAuthorize("@ss.hasPermi('monitor:job:edit')") method changeStatus (line 134) | @PreAuthorize("@ss.hasPermi('monitor:job:changeStatus')") method run (line 147) | @PreAuthorize("@ss.hasPermi('monitor:job:changeStatus')") method remove (line 159) | @PreAuthorize("@ss.hasPermi('monitor:job:remove')") FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/controller/SysJobLogController.java class SysJobLogController (line 25) | @RestController method list (line 35) | @PreAuthorize("@ss.hasPermi('monitor:job:list')") method export (line 47) | @PreAuthorize("@ss.hasPermi('monitor:job:export')") method getInfo (line 60) | @PreAuthorize("@ss.hasPermi('monitor:job:query')") method remove (line 71) | @PreAuthorize("@ss.hasPermi('monitor:job:remove')") method clean (line 82) | @PreAuthorize("@ss.hasPermi('monitor:job:remove')") FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/domain/SysJob.java class SysJob (line 21) | public class SysJob extends BaseEntity method getJobId (line 57) | public Long getJobId() method setJobId (line 62) | public void setJobId(Long jobId) method getJobName (line 67) | @NotBlank(message = "任务名称不能为空") method setJobName (line 74) | public void setJobName(String jobName) method getJobGroup (line 79) | public String getJobGroup() method setJobGroup (line 84) | public void setJobGroup(String jobGroup) method getInvokeTarget (line 89) | @NotBlank(message = "调用目标字符串不能为空") method setInvokeTarget (line 96) | public void setInvokeTarget(String invokeTarget) method getCronExpression (line 101) | @NotBlank(message = "Cron执行表达式不能为空") method setCronExpression (line 108) | public void setCronExpression(String cronExpression) method getNextValidTime (line 113) | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") method getMisfirePolicy (line 123) | public String getMisfirePolicy() method setMisfirePolicy (line 128) | public void setMisfirePolicy(String misfirePolicy) method getConcurrent (line 133) | public String getConcurrent() method setConcurrent (line 138) | public void setConcurrent(String concurrent) method getStatus (line 143) | public String getStatus() method setStatus (line 148) | public void setStatus(String status) method toString (line 153) | @Override FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/domain/SysJobLog.java class SysJobLog (line 14) | public class SysJobLog extends BaseEntity method getJobLogId (line 52) | public Long getJobLogId() method setJobLogId (line 57) | public void setJobLogId(Long jobLogId) method getJobName (line 62) | public String getJobName() method setJobName (line 67) | public void setJobName(String jobName) method getJobGroup (line 72) | public String getJobGroup() method setJobGroup (line 77) | public void setJobGroup(String jobGroup) method getInvokeTarget (line 82) | public String getInvokeTarget() method setInvokeTarget (line 87) | public void setInvokeTarget(String invokeTarget) method getJobMessage (line 92) | public String getJobMessage() method setJobMessage (line 97) | public void setJobMessage(String jobMessage) method getStatus (line 102) | public String getStatus() method setStatus (line 107) | public void setStatus(String status) method getExceptionInfo (line 112) | public String getExceptionInfo() method setExceptionInfo (line 117) | public void setExceptionInfo(String exceptionInfo) method getStartTime (line 122) | public Date getStartTime() method setStartTime (line 127) | public void setStartTime(Date startTime) method getStopTime (line 132) | public Date getStopTime() method setStopTime (line 137) | public void setStopTime(Date stopTime) method toString (line 142) | @Override FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/mapper/SysJobLogMapper.java type SysJobLogMapper (line 11) | public interface SysJobLogMapper method selectJobLogList (line 19) | public List selectJobLogList(SysJobLog jobLog); method selectJobLogAll (line 26) | public List selectJobLogAll(); method selectJobLogById (line 34) | public SysJobLog selectJobLogById(Long jobLogId); method insertJobLog (line 42) | public int insertJobLog(SysJobLog jobLog); method deleteJobLogByIds (line 50) | public int deleteJobLogByIds(Long[] logIds); method deleteJobLogById (line 58) | public int deleteJobLogById(Long jobId); method cleanJobLog (line 63) | public void cleanJobLog(); FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/mapper/SysJobMapper.java type SysJobMapper (line 11) | public interface SysJobMapper method selectJobList (line 19) | public List selectJobList(SysJob job); method selectJobAll (line 26) | public List selectJobAll(); method selectJobById (line 34) | public SysJob selectJobById(Long jobId); method deleteJobById (line 42) | public int deleteJobById(Long jobId); method deleteJobByIds (line 50) | public int deleteJobByIds(Long[] ids); method updateJob (line 58) | public int updateJob(SysJob job); method insertJob (line 66) | public int insertJob(SysJob job); FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/ISysJobLogService.java type ISysJobLogService (line 11) | public interface ISysJobLogService method selectJobLogList (line 19) | public List selectJobLogList(SysJobLog jobLog); method selectJobLogById (line 27) | public SysJobLog selectJobLogById(Long jobLogId); method addJobLog (line 34) | public void addJobLog(SysJobLog jobLog); method deleteJobLogByIds (line 42) | public int deleteJobLogByIds(Long[] logIds); method deleteJobLogById (line 50) | public int deleteJobLogById(Long jobId); method cleanJobLog (line 55) | public void cleanJobLog(); FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/ISysJobService.java type ISysJobService (line 13) | public interface ISysJobService method selectJobList (line 21) | public List selectJobList(SysJob job); method selectJobById (line 29) | public SysJob selectJobById(Long jobId); method pauseJob (line 37) | public int pauseJob(SysJob job) throws SchedulerException; method resumeJob (line 45) | public int resumeJob(SysJob job) throws SchedulerException; method deleteJob (line 53) | public int deleteJob(SysJob job) throws SchedulerException; method deleteJobByIds (line 61) | public void deleteJobByIds(Long[] jobIds) throws SchedulerException; method changeStatus (line 69) | public int changeStatus(SysJob job) throws SchedulerException; method run (line 77) | public void run(SysJob job) throws SchedulerException; method insertJob (line 85) | public int insertJob(SysJob job) throws SchedulerException, TaskExcept... method updateJob (line 93) | public int updateJob(SysJob job) throws SchedulerException, TaskExcept... method checkCronExpressionIsValid (line 101) | public boolean checkCronExpressionIsValid(String cronExpression); FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/impl/SysJobLogServiceImpl.java class SysJobLogServiceImpl (line 15) | @Service method selectJobLogList (line 27) | @Override method selectJobLogById (line 39) | @Override method addJobLog (line 50) | @Override method deleteJobLogByIds (line 62) | @Override method deleteJobLogById (line 73) | @Override method cleanJobLog (line 82) | @Override FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/service/impl/SysJobServiceImpl.java class SysJobServiceImpl (line 25) | @Service method init (line 37) | @PostConstruct method selectJobList (line 54) | @Override method selectJobById (line 66) | @Override method pauseJob (line 77) | @Override method resumeJob (line 97) | @Override method deleteJob (line 117) | @Override method deleteJobByIds (line 137) | @Override method changeStatus (line 153) | @Override method run (line 175) | @Override method insertJob (line 193) | @Override method updateJob (line 211) | @Override method updateSchedulerJob (line 230) | public void updateSchedulerJob(SysJob job, String jobGroup) throws Sch... method checkCronExpressionIsValid (line 249) | @Override FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/task/RyTask.java class RyTask (line 11) | @Component("ryTask") method ryMultipleParams (line 14) | public void ryMultipleParams(String s, Boolean b, Long l, Double d, In... method ryParams (line 19) | public void ryParams(String params) method ryNoParams (line 24) | public void ryNoParams() FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/util/AbstractQuartzJob.java class AbstractQuartzJob (line 24) | public abstract class AbstractQuartzJob implements Job method execute (line 33) | @Override method before (line 60) | protected void before(JobExecutionContext context, SysJob sysJob) method after (line 71) | protected void after(JobExecutionContext context, SysJob sysJob, Excep... method doExecute (line 106) | protected abstract void doExecute(JobExecutionContext context, SysJob ... FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/util/CronUtils.java class CronUtils (line 13) | public class CronUtils method isValid (line 21) | public static boolean isValid(String cronExpression) method getInvalidMessage (line 32) | public static String getInvalidMessage(String cronExpression) method getNextExecution (line 51) | public static Date getNextExecution(String cronExpression) FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/util/JobInvokeUtil.java class JobInvokeUtil (line 16) | public class JobInvokeUtil method invokeMethod (line 23) | public static void invokeMethod(SysJob sysJob) throws Exception method invokeMethod (line 49) | private static void invokeMethod(Object bean, String methodName, List<... method isValidClassName (line 71) | public static boolean isValidClassName(String invokeTarget) method getBeanName (line 82) | public static String getBeanName(String invokeTarget) method getMethodName (line 94) | public static String getMethodName(String invokeTarget) method getMethodParams (line 106) | public static List getMethodParams(String invokeTarget) method getMethodParamsType (line 153) | public static Class[] getMethodParamsType(List methodParams) method getMethodParamsValue (line 171) | public static Object[] getMethodParamsValue(List methodParams) FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/util/QuartzDisallowConcurrentExecution.java class QuartzDisallowConcurrentExecution (line 13) | @DisallowConcurrentExecution method doExecute (line 16) | @Override FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/util/QuartzJobExecution.java class QuartzJobExecution (line 12) | public class QuartzJobExecution extends AbstractQuartzJob method doExecute (line 14) | @Override FILE: ruoyi-quartz/src/main/java/com/ruoyi/quartz/util/ScheduleUtils.java class ScheduleUtils (line 24) | public class ScheduleUtils method getQuartzJobClass (line 32) | private static Class getQuartzJobClass(SysJob sysJob) method getTriggerKey (line 41) | public static TriggerKey getTriggerKey(Long jobId, String jobGroup) method getJobKey (line 49) | public static JobKey getJobKey(Long jobId, String jobGroup) method createScheduleJob (line 57) | public static void createScheduleJob(Scheduler scheduler, SysJob job) ... method handleCronScheduleMisfirePolicy (line 95) | public static CronScheduleBuilder handleCronScheduleMisfirePolicy(SysJ... FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysCache.java class SysCache (line 10) | public class SysCache method SysCache (line 24) | public SysCache() method SysCache (line 29) | public SysCache(String cacheName, String remark) method SysCache (line 35) | public SysCache(String cacheName, String cacheKey, String cacheValue) method getCacheName (line 42) | public String getCacheName() method setCacheName (line 47) | public void setCacheName(String cacheName) method getCacheKey (line 52) | public String getCacheKey() method setCacheKey (line 57) | public void setCacheKey(String cacheKey) method getCacheValue (line 62) | public String getCacheValue() method setCacheValue (line 67) | public void setCacheValue(String cacheValue) method getRemark (line 72) | public String getRemark() method setRemark (line 77) | public void setRemark(String remark) FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysConfig.java class SysConfig (line 16) | public class SysConfig extends BaseEntity method getConfigId (line 40) | public Long getConfigId() method setConfigId (line 45) | public void setConfigId(Long configId) method getConfigName (line 50) | @NotBlank(message = "参数名称不能为空") method setConfigName (line 57) | public void setConfigName(String configName) method getConfigKey (line 62) | @NotBlank(message = "参数键名长度不能为空") method setConfigKey (line 69) | public void setConfigKey(String configKey) method getConfigValue (line 74) | @NotBlank(message = "参数键值不能为空") method setConfigValue (line 80) | public void setConfigValue(String configValue) method getConfigType (line 85) | public String getConfigType() method setConfigType (line 90) | public void setConfigType(String configType) method toString (line 95) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysLogininfor.java class SysLogininfor (line 15) | public class SysLogininfor extends BaseEntity method getInfoId (line 56) | public Long getInfoId() method setInfoId (line 61) | public void setInfoId(Long infoId) method getUserName (line 66) | public String getUserName() method setUserName (line 71) | public void setUserName(String userName) method getStatus (line 76) | public String getStatus() method setStatus (line 81) | public void setStatus(String status) method getIpaddr (line 86) | public String getIpaddr() method setIpaddr (line 91) | public void setIpaddr(String ipaddr) method getLoginLocation (line 96) | public String getLoginLocation() method setLoginLocation (line 101) | public void setLoginLocation(String loginLocation) method getBrowser (line 106) | public String getBrowser() method setBrowser (line 111) | public void setBrowser(String browser) method getOs (line 116) | public String getOs() method setOs (line 121) | public void setOs(String os) method getMsg (line 126) | public String getMsg() method setMsg (line 131) | public void setMsg(String msg) method getLoginTime (line 136) | public LocalDateTime getLoginTime() method setLoginTime (line 141) | public void setLoginTime(LocalDateTime loginTime) FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysNotice.java class SysNotice (line 14) | public class SysNotice extends BaseEntity method getNoticeId (line 33) | public Long getNoticeId() method setNoticeId (line 38) | public void setNoticeId(Long noticeId) method setNoticeTitle (line 43) | public void setNoticeTitle(String noticeTitle) method getNoticeTitle (line 48) | @NotBlank(message = "公告标题不能为空") method setNoticeType (line 55) | public void setNoticeType(String noticeType) method getNoticeType (line 60) | public String getNoticeType() method setNoticeContent (line 65) | public void setNoticeContent(String noticeContent) method getNoticeContent (line 70) | public String getNoticeContent() method setStatus (line 75) | public void setStatus(String status) method getStatus (line 80) | public String getStatus() method toString (line 85) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysOperLog.java class SysOperLog (line 14) | public class SysOperLog extends BaseEntity method getOperId (line 86) | public Long getOperId() method setOperId (line 91) | public void setOperId(Long operId) method getTitle (line 96) | public String getTitle() method setTitle (line 101) | public void setTitle(String title) method getBusinessType (line 106) | public Integer getBusinessType() method setBusinessType (line 111) | public void setBusinessType(Integer businessType) method getBusinessTypes (line 116) | public Integer[] getBusinessTypes() method setBusinessTypes (line 121) | public void setBusinessTypes(Integer[] businessTypes) method getMethod (line 126) | public String getMethod() method setMethod (line 131) | public void setMethod(String method) method getRequestMethod (line 136) | public String getRequestMethod() method setRequestMethod (line 141) | public void setRequestMethod(String requestMethod) method getOperatorType (line 146) | public Integer getOperatorType() method setOperatorType (line 151) | public void setOperatorType(Integer operatorType) method getOperName (line 156) | public String getOperName() method setOperName (line 161) | public void setOperName(String operName) method getDeptName (line 166) | public String getDeptName() method setDeptName (line 171) | public void setDeptName(String deptName) method getOperUrl (line 176) | public String getOperUrl() method setOperUrl (line 181) | public void setOperUrl(String operUrl) method getOperIp (line 186) | public String getOperIp() method setOperIp (line 191) | public void setOperIp(String operIp) method getOperLocation (line 196) | public String getOperLocation() method setOperLocation (line 201) | public void setOperLocation(String operLocation) method getOperParam (line 206) | public String getOperParam() method setOperParam (line 211) | public void setOperParam(String operParam) method getJsonResult (line 216) | public String getJsonResult() method setJsonResult (line 221) | public void setJsonResult(String jsonResult) method getStatus (line 226) | public Integer getStatus() method setStatus (line 231) | public void setStatus(Integer status) method getErrorMsg (line 236) | public String getErrorMsg() method setErrorMsg (line 241) | public void setErrorMsg(String errorMsg) method getOperTime (line 246) | public Date getOperTime() method setOperTime (line 251) | public void setOperTime(Date operTime) FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysPost.java class SysPost (line 16) | public class SysPost extends BaseEntity method getPostId (line 43) | public Long getPostId() method setPostId (line 48) | public void setPostId(Long postId) method getPostCode (line 53) | @NotBlank(message = "岗位编码不能为空") method setPostCode (line 60) | public void setPostCode(String postCode) method getPostName (line 65) | @NotBlank(message = "岗位名称不能为空") method setPostName (line 72) | public void setPostName(String postName) method getPostSort (line 77) | @NotBlank(message = "显示顺序不能为空") method setPostSort (line 83) | public void setPostSort(String postSort) method getStatus (line 88) | public String getStatus() method setStatus (line 93) | public void setStatus(String status) method isFlag (line 98) | public boolean isFlag() method setFlag (line 103) | public void setFlag(boolean flag) method toString (line 108) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysRoleDept.java class SysRoleDept (line 11) | public class SysRoleDept method getRoleId (line 19) | public Long getRoleId() method setRoleId (line 24) | public void setRoleId(Long roleId) method getDeptId (line 29) | public Long getDeptId() method setDeptId (line 34) | public void setDeptId(Long deptId) method toString (line 39) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysRoleMenu.java class SysRoleMenu (line 11) | public class SysRoleMenu method getRoleId (line 19) | public Long getRoleId() method setRoleId (line 24) | public void setRoleId(Long roleId) method getMenuId (line 29) | public Long getMenuId() method setMenuId (line 34) | public void setMenuId(Long menuId) method toString (line 39) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysUserOnline.java class SysUserOnline (line 8) | public class SysUserOnline method getTokenId (line 34) | public String getTokenId() method setTokenId (line 39) | public void setTokenId(String tokenId) method getDeptName (line 44) | public String getDeptName() method setDeptName (line 49) | public void setDeptName(String deptName) method getUserName (line 54) | public String getUserName() method setUserName (line 59) | public void setUserName(String userName) method getIpaddr (line 64) | public String getIpaddr() method setIpaddr (line 69) | public void setIpaddr(String ipaddr) method getLoginLocation (line 74) | public String getLoginLocation() method setLoginLocation (line 79) | public void setLoginLocation(String loginLocation) method getBrowser (line 84) | public String getBrowser() method setBrowser (line 89) | public void setBrowser(String browser) method getOs (line 94) | public String getOs() method setOs (line 99) | public void setOs(String os) method getLoginTime (line 104) | public Long getLoginTime() method setLoginTime (line 109) | public void setLoginTime(Long loginTime) FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysUserPost.java class SysUserPost (line 11) | public class SysUserPost method getUserId (line 19) | public Long getUserId() method setUserId (line 24) | public void setUserId(Long userId) method getPostId (line 29) | public Long getPostId() method setPostId (line 34) | public void setPostId(Long postId) method toString (line 39) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/SysUserRole.java class SysUserRole (line 11) | public class SysUserRole method getUserId (line 19) | public Long getUserId() method setUserId (line 24) | public void setUserId(Long userId) method getRoleId (line 29) | public Long getRoleId() method setRoleId (line 34) | public void setRoleId(Long roleId) method toString (line 39) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/MetaVo.java class MetaVo (line 10) | public class MetaVo method MetaVo (line 32) | public MetaVo() method MetaVo (line 36) | public MetaVo(String title, String icon) method MetaVo (line 42) | public MetaVo(String title, String icon, boolean noCache) method MetaVo (line 49) | public MetaVo(String title, String icon, String link) method MetaVo (line 56) | public MetaVo(String title, String icon, boolean noCache, String link) method isNoCache (line 67) | public boolean isNoCache() method setNoCache (line 72) | public void setNoCache(boolean noCache) method getTitle (line 77) | public String getTitle() method setTitle (line 82) | public void setTitle(String title) method getIcon (line 87) | public String getIcon() method setIcon (line 92) | public void setIcon(String icon) method getLink (line 97) | public String getLink() method setLink (line 102) | public void setLink(String link) FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/RouterVo.java class RouterVo (line 11) | @JsonInclude(JsonInclude.Include.NON_EMPTY) method getName (line 59) | public String getName() method setName (line 64) | public void setName(String name) method getPath (line 69) | public String getPath() method setPath (line 74) | public void setPath(String path) method getHidden (line 79) | public boolean getHidden() method setHidden (line 84) | public void setHidden(boolean hidden) method getRedirect (line 89) | public String getRedirect() method setRedirect (line 94) | public void setRedirect(String redirect) method getComponent (line 99) | public String getComponent() method setComponent (line 104) | public void setComponent(String component) method getQuery (line 109) | public String getQuery() method setQuery (line 114) | public void setQuery(String query) method getAlwaysShow (line 119) | public Boolean getAlwaysShow() method setAlwaysShow (line 124) | public void setAlwaysShow(Boolean alwaysShow) method getMeta (line 129) | public MetaVo getMeta() method setMeta (line 134) | public void setMeta(MetaVo meta) method getChildren (line 139) | public List getChildren() method setChildren (line 144) | public void setChildren(List children) FILE: ruoyi-system/src/main/java/com/ruoyi/system/domain/vo/SysConfigVo.java class SysConfigVo (line 5) | @Data FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysConfigMapper.java type SysConfigMapper (line 11) | public interface SysConfigMapper method selectConfig (line 19) | public SysConfig selectConfig(SysConfig config); method selectConfigList (line 27) | public List selectConfigList(SysConfig config); method checkConfigKeyUnique (line 35) | public SysConfig checkConfigKeyUnique(String configKey); method insertConfig (line 43) | public int insertConfig(SysConfig config); method updateConfig (line 51) | public int updateConfig(SysConfig config); method deleteConfigById (line 59) | public int deleteConfigById(Long configId); method deleteConfigByIds (line 67) | public int deleteConfigByIds(Long[] configIds); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDeptMapper.java type SysDeptMapper (line 12) | public interface SysDeptMapper method selectDeptList (line 20) | public List selectDeptList(SysDept dept); method selectDeptListByRoleId (line 29) | public List selectDeptListByRoleId(@Param("roleId") Long role... method selectDeptById (line 37) | public SysDept selectDeptById(Long deptId); method selectChildrenDeptById (line 45) | public List selectChildrenDeptById(Long deptId); method selectNormalChildrenDeptById (line 53) | public int selectNormalChildrenDeptById(Long deptId); method hasChildByDeptId (line 61) | public int hasChildByDeptId(Long deptId); method checkDeptExistUser (line 69) | public int checkDeptExistUser(Long deptId); method checkDeptNameUnique (line 78) | public SysDept checkDeptNameUnique(@Param("deptName") String deptName,... method insertDept (line 86) | public int insertDept(SysDept dept); method updateDept (line 94) | public int updateDept(SysDept dept); method updateDeptStatusNormal (line 101) | public void updateDeptStatusNormal(Long[] deptIds); method updateDeptChildren (line 109) | public int updateDeptChildren(@Param("depts") List depts); method deleteDeptById (line 117) | public int deleteDeptById(Long deptId); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictDataMapper.java type SysDictDataMapper (line 12) | public interface SysDictDataMapper method selectDictDataList (line 20) | public List selectDictDataList(SysDictData dictData); method selectDictDataByType (line 28) | public List selectDictDataByType(String dictType); method selectDictLabel (line 37) | public String selectDictLabel(@Param("dictType") String dictType, @Par... method selectDictDataById (line 45) | public SysDictData selectDictDataById(Long dictCode); method countDictDataByType (line 53) | public int countDictDataByType(String dictType); method deleteDictDataById (line 61) | public int deleteDictDataById(Long dictCode); method deleteDictDataByIds (line 69) | public int deleteDictDataByIds(Long[] dictCodes); method insertDictData (line 77) | public int insertDictData(SysDictData dictData); method updateDictData (line 85) | public int updateDictData(SysDictData dictData); method updateDictDataType (line 94) | public int updateDictDataType(@Param("oldDictType") String oldDictType... FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysDictTypeMapper.java type SysDictTypeMapper (line 12) | @Mapper method selectDictTypeList (line 21) | public List selectDictTypeList(SysDictType dictType); method selectDictTypeAll (line 28) | public List selectDictTypeAll(); method selectDictTypeById (line 36) | public SysDictType selectDictTypeById(Long dictId); method selectDictTypeByType (line 44) | public SysDictType selectDictTypeByType(String dictType); method deleteDictTypeById (line 52) | public int deleteDictTypeById(Long dictId); method deleteDictTypeByIds (line 60) | public int deleteDictTypeByIds(Long[] dictIds); method insertDictType (line 68) | public int insertDictType(SysDictType dictType); method updateDictType (line 76) | public int updateDictType(SysDictType dictType); method checkDictTypeUnique (line 84) | public SysDictType checkDictTypeUnique(String dictType); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysLogininforMapper.java type SysLogininforMapper (line 11) | public interface SysLogininforMapper method insertLogininfor (line 18) | public void insertLogininfor(SysLogininfor logininfor); method selectLogininforList (line 26) | public List selectLogininforList(SysLogininfor logininf... method deleteLogininforByIds (line 34) | public int deleteLogininforByIds(Long[] infoIds); method cleanLogininfor (line 41) | public int cleanLogininfor(); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysMenuMapper.java type SysMenuMapper (line 12) | public interface SysMenuMapper method selectMenuList (line 20) | public List selectMenuList(SysMenu menu); method selectMenuPerms (line 27) | public List selectMenuPerms(); method selectMenuListByUserId (line 35) | public List selectMenuListByUserId(SysMenu menu); method selectMenuPermsByUserId (line 43) | public List selectMenuPermsByUserId(Long userId); method selectMenuTreeAll (line 50) | public List selectMenuTreeAll(); method selectMenuTreeByUserId (line 58) | public List selectMenuTreeByUserId(Long userId); method selectMenuListByRoleId (line 67) | public List selectMenuListByRoleId(@Param("roleId") Long role... method selectMenuById (line 75) | public SysMenu selectMenuById(Long menuId); method hasChildByMenuId (line 83) | public int hasChildByMenuId(Long menuId); method insertMenu (line 91) | public int insertMenu(SysMenu menu); method updateMenu (line 99) | public int updateMenu(SysMenu menu); method deleteMenuById (line 107) | public int deleteMenuById(Long menuId); method checkMenuNameUnique (line 116) | public SysMenu checkMenuNameUnique(@Param("menuName") String menuName,... FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysNoticeMapper.java type SysNoticeMapper (line 11) | public interface SysNoticeMapper method selectNoticeById (line 19) | public SysNotice selectNoticeById(Long noticeId); method selectNoticeList (line 27) | public List selectNoticeList(SysNotice notice); method insertNotice (line 35) | public int insertNotice(SysNotice notice); method updateNotice (line 43) | public int updateNotice(SysNotice notice); method deleteNoticeById (line 51) | public int deleteNoticeById(Long noticeId); method deleteNoticeByIds (line 59) | public int deleteNoticeByIds(Long[] noticeIds); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysOperLogMapper.java type SysOperLogMapper (line 11) | public interface SysOperLogMapper method insertOperlog (line 18) | public void insertOperlog(SysOperLog operLog); method selectOperLogList (line 26) | public List selectOperLogList(SysOperLog operLog); method deleteOperLogByIds (line 34) | public int deleteOperLogByIds(Long[] operIds); method selectOperLogById (line 42) | public SysOperLog selectOperLogById(Long operId); method cleanOperLog (line 47) | public void cleanOperLog(); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysPostMapper.java type SysPostMapper (line 11) | public interface SysPostMapper method selectPostList (line 19) | public List selectPostList(SysPost post); method selectPostAll (line 26) | public List selectPostAll(); method selectPostById (line 34) | public SysPost selectPostById(Long postId); method selectPostListByUserId (line 42) | public List selectPostListByUserId(Long userId); method selectPostsByUserName (line 50) | public List selectPostsByUserName(String userName); method deletePostById (line 58) | public int deletePostById(Long postId); method deletePostByIds (line 66) | public int deletePostByIds(Long[] postIds); method updatePost (line 74) | public int updatePost(SysPost post); method insertPost (line 82) | public int insertPost(SysPost post); method checkPostNameUnique (line 90) | public SysPost checkPostNameUnique(String postName); method checkPostCodeUnique (line 98) | public SysPost checkPostCodeUnique(String postCode); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysRoleDeptMapper.java type SysRoleDeptMapper (line 11) | public interface SysRoleDeptMapper method deleteRoleDeptByRoleId (line 19) | public int deleteRoleDeptByRoleId(Long roleId); method deleteRoleDept (line 27) | public int deleteRoleDept(Long[] ids); method selectCountRoleDeptByDeptId (line 35) | public int selectCountRoleDeptByDeptId(Long deptId); method batchRoleDept (line 43) | public int batchRoleDept(List roleDeptList); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysRoleMapper.java type SysRoleMapper (line 12) | public interface SysRoleMapper method selectRoleList (line 20) | public List selectRoleList(SysRole role); method selectRolePermissionByUserId (line 28) | public List selectRolePermissionByUserId(Long userId); method selectRoleAll (line 35) | public List selectRoleAll(); method selectRoleListByUserId (line 43) | public List selectRoleListByUserId(Long userId); method selectRoleById (line 51) | public SysRole selectRoleById(Long roleId); method selectRolesByUserName (line 59) | public List selectRolesByUserName(String userName); method checkRoleNameUnique (line 67) | public SysRole checkRoleNameUnique(String roleName); method checkRoleKeyUnique (line 75) | public SysRole checkRoleKeyUnique(String roleKey); method updateRole (line 83) | public int updateRole(SysRole role); method insertRole (line 91) | public int insertRole(SysRole role); method deleteRoleById (line 99) | public int deleteRoleById(Long roleId); method deleteRoleByIds (line 107) | public int deleteRoleByIds(Long[] roleIds); method selectRoleByKey (line 109) | @Select("SELECT * FROM sys_role where role_key = #{roleKey}") FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysRoleMenuMapper.java type SysRoleMenuMapper (line 11) | public interface SysRoleMenuMapper method checkMenuExistRole (line 19) | public int checkMenuExistRole(Long menuId); method deleteRoleMenuByRoleId (line 27) | public int deleteRoleMenuByRoleId(Long roleId); method deleteRoleMenu (line 35) | public int deleteRoleMenu(Long[] ids); method batchRoleMenu (line 43) | public int batchRoleMenu(List roleMenuList); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserMapper.java type SysUserMapper (line 13) | public interface SysUserMapper method selectUserList (line 21) | public List selectUserList(SysUser sysUser); method selectAllocatedList (line 29) | public List selectAllocatedList(SysUser user); method selectUnallocatedList (line 37) | public List selectUnallocatedList(SysUser user); method selectUserByUserName (line 45) | public SysUser selectUserByUserName(String userName); method selectUserById (line 53) | public SysUser selectUserById(Long userId); method insertUser (line 61) | public int insertUser(SysUser user); method updateUser (line 69) | public int updateUser(SysUser user); method updateUserAvatar (line 78) | public int updateUserAvatar(@Param("userName") String userName, @Param... method resetUserPwd (line 87) | public int resetUserPwd(@Param("userName") String userName, @Param("pa... method deleteUserById (line 95) | public int deleteUserById(Long userId); method deleteUserByIds (line 103) | public int deleteUserByIds(Long[] userIds); method checkUserNameUnique (line 111) | public int checkUserNameUnique(String userName); method checkPhoneUnique (line 119) | public SysUser checkPhoneUnique(String phonenumber); method checkEmailUnique (line 127) | public SysUser checkEmailUnique(String email); method selectUserByPhone (line 129) | @Select("SELECT * from sys_user WHERE (phonenumber = #{phone} or user... FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserPostMapper.java type SysUserPostMapper (line 11) | public interface SysUserPostMapper method deleteUserPostByUserId (line 19) | public int deleteUserPostByUserId(Long userId); method countUserPostById (line 27) | public int countUserPostById(Long postId); method deleteUserPost (line 35) | public int deleteUserPost(Long[] ids); method batchUserPost (line 43) | public int batchUserPost(List userPostList); FILE: ruoyi-system/src/main/java/com/ruoyi/system/mapper/SysUserRoleMapper.java type SysUserRoleMapper (line 14) | public interface SysUserRoleMapper method deleteUserRoleByUserId (line 22) | public int deleteUserRoleByUserId(Long userId); method deleteUserRole (line 30) | public int deleteUserRole(Long[] ids); method countUserRoleByRoleId (line 38) | public int countUserRoleByRoleId(Long roleId); method batchUserRole (line 46) | public int batchUserRole(List userRoleList); method deleteUserRoleInfo (line 54) | public int deleteUserRoleInfo(SysUserRole userRole); method deleteUserRoleInfos (line 63) | public int deleteUserRoleInfos(@Param("roleId") Long roleId, @Param("u... method countRoleAndUserId (line 65) | @Select("SELECT count(0) FROM sys_user_role WHERE user_id = #{userId} ... FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysConfigService.java type ISysConfigService (line 11) | public interface ISysConfigService method selectConfigById (line 19) | public SysConfig selectConfigById(Long configId); method selectConfigByKey (line 27) | public String selectConfigByKey(String configKey); method selectConfigByKey2 (line 28) | public SysConfig selectConfigByKey2(String configKey); method selectCaptchaOnOff (line 35) | public boolean selectCaptchaOnOff(); method selectConfigList (line 43) | public List selectConfigList(SysConfig config); method insertConfig (line 51) | public int insertConfig(SysConfig config); method updateConfig (line 59) | public int updateConfig(SysConfig config); method deleteConfigByIds (line 67) | public void deleteConfigByIds(Long[] configIds); method loadingConfigCache (line 72) | public void loadingConfigCache(); method clearConfigCache (line 77) | public void clearConfigCache(); method resetConfigCache (line 82) | public void resetConfigCache(); method checkConfigKeyUnique (line 90) | public String checkConfigKeyUnique(SysConfig config); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDeptService.java type ISysDeptService (line 12) | public interface ISysDeptService method selectDeptList (line 20) | public List selectDeptList(SysDept dept); method buildDeptTree (line 28) | public List buildDeptTree(List depts); method buildDeptTreeSelect (line 36) | public List buildDeptTreeSelect(List depts); method selectDeptListByRoleId (line 44) | public List selectDeptListByRoleId(Long roleId); method selectDeptById (line 52) | public SysDept selectDeptById(Long deptId); method selectNormalChildrenDeptById (line 60) | public int selectNormalChildrenDeptById(Long deptId); method hasChildByDeptId (line 68) | public boolean hasChildByDeptId(Long deptId); method checkDeptExistUser (line 76) | public boolean checkDeptExistUser(Long deptId); method checkDeptNameUnique (line 84) | public String checkDeptNameUnique(SysDept dept); method checkDeptDataScope (line 91) | public void checkDeptDataScope(Long deptId); method insertDept (line 99) | public int insertDept(SysDept dept); method updateDept (line 107) | public int updateDept(SysDept dept); method deleteDeptById (line 115) | public int deleteDeptById(Long deptId); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDictDataService.java type ISysDictDataService (line 11) | public interface ISysDictDataService method selectDictDataList (line 19) | public List selectDictDataList(SysDictData dictData); method selectDictLabel (line 28) | public String selectDictLabel(String dictType, String dictValue); method selectDictDataById (line 36) | public SysDictData selectDictDataById(Long dictCode); method deleteDictDataByIds (line 44) | public void deleteDictDataByIds(Long[] dictCodes); method insertDictData (line 52) | public int insertDictData(SysDictData dictData); method updateDictData (line 60) | public int updateDictData(SysDictData dictData); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysDictTypeService.java type ISysDictTypeService (line 12) | public interface ISysDictTypeService method selectDictTypeList (line 20) | public List selectDictTypeList(SysDictType dictType); method selectDictTypeAll (line 27) | public List selectDictTypeAll(); method selectDictDataByType (line 35) | public List selectDictDataByType(String dictType); method selectDictTypeById (line 43) | public SysDictType selectDictTypeById(Long dictId); method selectDictTypeByType (line 51) | public SysDictType selectDictTypeByType(String dictType); method deleteDictTypeByIds (line 59) | public void deleteDictTypeByIds(Long[] dictIds); method loadingDictCache (line 64) | public void loadingDictCache(); method clearDictCache (line 69) | public void clearDictCache(); method resetDictCache (line 74) | public void resetDictCache(); method insertDictType (line 82) | public int insertDictType(SysDictType dictType); method updateDictType (line 90) | public int updateDictType(SysDictType dictType); method checkDictTypeUnique (line 98) | public String checkDictTypeUnique(SysDictType dictType); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysLogininforService.java type ISysLogininforService (line 11) | public interface ISysLogininforService method insertLogininfor (line 18) | public void insertLogininfor(SysLogininfor logininfor); method selectLogininforList (line 26) | public List selectLogininforList(SysLogininfor logininf... method deleteLogininforByIds (line 34) | public int deleteLogininforByIds(Long[] infoIds); method cleanLogininfor (line 39) | public void cleanLogininfor(); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysMenuService.java type ISysMenuService (line 14) | public interface ISysMenuService method selectMenuList (line 22) | public List selectMenuList(Long userId); method selectMenuList (line 31) | public List selectMenuList(SysMenu menu, Long userId); method selectMenuPermsByUserId (line 39) | public Set selectMenuPermsByUserId(Long userId); method selectMenuTreeByUserId (line 47) | public List selectMenuTreeByUserId(Long userId); method selectMenuListByRoleId (line 55) | public List selectMenuListByRoleId(Long roleId); method buildMenus (line 63) | public List buildMenus(List menus); method buildMenuTree (line 71) | public List buildMenuTree(List menus); method buildMenuTreeSelect (line 79) | public List buildMenuTreeSelect(List menus); method selectMenuById (line 87) | public SysMenu selectMenuById(Long menuId); method hasChildByMenuId (line 95) | public boolean hasChildByMenuId(Long menuId); method checkMenuExistRole (line 103) | public boolean checkMenuExistRole(Long menuId); method insertMenu (line 111) | public int insertMenu(SysMenu menu); method updateMenu (line 119) | public int updateMenu(SysMenu menu); method deleteMenuById (line 127) | public int deleteMenuById(Long menuId); method checkMenuNameUnique (line 135) | public String checkMenuNameUnique(SysMenu menu); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysNoticeService.java type ISysNoticeService (line 11) | public interface ISysNoticeService method selectNoticeById (line 19) | public SysNotice selectNoticeById(Long noticeId); method selectNoticeList (line 27) | public List selectNoticeList(SysNotice notice); method insertNotice (line 35) | public int insertNotice(SysNotice notice); method updateNotice (line 43) | public int updateNotice(SysNotice notice); method deleteNoticeById (line 51) | public int deleteNoticeById(Long noticeId); method deleteNoticeByIds (line 59) | public int deleteNoticeByIds(Long[] noticeIds); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysOperLogService.java type ISysOperLogService (line 11) | public interface ISysOperLogService method insertOperlog (line 18) | public void insertOperlog(SysOperLog operLog); method selectOperLogList (line 26) | public List selectOperLogList(SysOperLog operLog); method deleteOperLogByIds (line 34) | public int deleteOperLogByIds(Long[] operIds); method selectOperLogById (line 42) | public SysOperLog selectOperLogById(Long operId); method cleanOperLog (line 47) | public void cleanOperLog(); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysPostService.java type ISysPostService (line 11) | public interface ISysPostService method selectPostList (line 19) | public List selectPostList(SysPost post); method selectPostAll (line 26) | public List selectPostAll(); method selectPostById (line 34) | public SysPost selectPostById(Long postId); method selectPostListByUserId (line 42) | public List selectPostListByUserId(Long userId); method checkPostNameUnique (line 50) | public String checkPostNameUnique(SysPost post); method checkPostCodeUnique (line 58) | public String checkPostCodeUnique(SysPost post); method countUserPostById (line 66) | public int countUserPostById(Long postId); method deletePostById (line 74) | public int deletePostById(Long postId); method deletePostByIds (line 83) | public int deletePostByIds(Long[] postIds); method insertPost (line 91) | public int insertPost(SysPost post); method updatePost (line 99) | public int updatePost(SysPost post); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysRoleService.java type ISysRoleService (line 14) | public interface ISysRoleService method selectRoleList (line 22) | public List selectRoleList(SysRole role); method selectRolesByUserId (line 30) | public List selectRolesByUserId(Long userId); method selectRolePermissionByUserId (line 38) | public Set selectRolePermissionByUserId(Long userId); method selectRoleAll (line 45) | public List selectRoleAll(); method selectRoleListByUserId (line 53) | public List selectRoleListByUserId(Long userId); method selectRoleById (line 61) | public SysRole selectRoleById(Long roleId); method checkRoleNameUnique (line 69) | public String checkRoleNameUnique(SysRole role); method checkRoleKeyUnique (line 77) | public String checkRoleKeyUnique(SysRole role); method checkRoleAllowed (line 84) | public void checkRoleAllowed(SysRole role); method checkRoleDataScope (line 91) | public void checkRoleDataScope(Long roleId); method countUserRoleByRoleId (line 99) | public int countUserRoleByRoleId(Long roleId); method insertRole (line 107) | public int insertRole(SysRole role); method updateRole (line 115) | public int updateRole(SysRole role); method updateRoleStatus (line 123) | public int updateRoleStatus(SysRole role); method authDataScope (line 131) | public int authDataScope(SysRole role); method deleteRoleById (line 139) | public int deleteRoleById(Long roleId); method deleteRoleByIds (line 147) | public int deleteRoleByIds(Long[] roleIds); method deleteAuthUser (line 155) | public int deleteAuthUser(SysUserRole userRole); method deleteAuthUsers (line 164) | public int deleteAuthUsers(Long roleId, Long[] userIds); method insertAuthUsers (line 173) | public int insertAuthUsers(Long roleId, Long[] userIds); method selectRoleByKey (line 175) | SysRole selectRoleByKey(String vip); method allocateRole2User (line 177) | int allocateRole2User(String role, Long userId); method hasRole (line 179) | boolean hasRole(String roleKey, Long userId); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysUserOnlineService.java type ISysUserOnlineService (line 11) | public interface ISysUserOnlineService method selectOnlineByIpaddr (line 20) | public SysUserOnline selectOnlineByIpaddr(String ipaddr, LoginUser user); method selectOnlineByUserName (line 29) | public SysUserOnline selectOnlineByUserName(String userName, LoginUser... method selectOnlineByInfo (line 39) | public SysUserOnline selectOnlineByInfo(String ipaddr, String userName... method loginUserToUserOnline (line 47) | public SysUserOnline loginUserToUserOnline(LoginUser user); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/ISysUserService.java type ISysUserService (line 11) | public interface ISysUserService method selectUserList (line 19) | public List selectUserList(SysUser user); method selectAllocatedList (line 27) | public List selectAllocatedList(SysUser user); method selectUnallocatedList (line 35) | public List selectUnallocatedList(SysUser user); method selectUserByUserName (line 43) | public SysUser selectUserByUserName(String userName); method selectUserById (line 51) | public SysUser selectUserById(Long userId); method selectUserRoleGroup (line 59) | public String selectUserRoleGroup(String userName); method selectUserPostGroup (line 67) | public String selectUserPostGroup(String userName); method checkUserNameUnique (line 75) | public String checkUserNameUnique(String userName); method checkPhoneUnique (line 83) | public String checkPhoneUnique(SysUser user); method checkEmailUnique (line 91) | public String checkEmailUnique(SysUser user); method checkUserAllowed (line 98) | public void checkUserAllowed(SysUser user); method checkUserDataScope (line 105) | public void checkUserDataScope(Long userId); method insertUser (line 113) | public int insertUser(SysUser user); method registerUser (line 121) | public boolean registerUser(SysUser user); method updateUser (line 129) | public int updateUser(SysUser user); method insertUserAuth (line 137) | public void insertUserAuth(Long userId, Long[] roleIds); method updateUserStatus (line 145) | public int updateUserStatus(SysUser user); method updateUserProfile (line 153) | public int updateUserProfile(SysUser user); method updateUserAvatar (line 162) | public boolean updateUserAvatar(String userName, String avatar); method resetPwd (line 170) | public int resetPwd(SysUser user); method resetUserPwd (line 179) | public int resetUserPwd(String userName, String password); method deleteUserById (line 187) | public int deleteUserById(Long userId); method deleteUserByIds (line 195) | public int deleteUserByIds(Long[] userIds); method importUser (line 205) | public String importUser(List userList, Boolean isUpdateSuppo... method selectUserByPhoneOrUserName (line 207) | SysUser selectUserByPhoneOrUserName(String phone); FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/PhoneCodeService.java class PhoneCodeService (line 12) | @Service method obtainCode (line 15) | public boolean obtainCode(String uuid, String phone) { method createRandom (line 31) | public static String createRandom(boolean numberFlag, int length) { method sendCode (line 57) | public void sendCode(String uuid, String phone, String code) { method validCode (line 61) | public boolean validCode(String uuid, String phone, String code) { FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysConfigServiceImpl.java class SysConfigServiceImpl (line 26) | @Service method init (line 37) | @PostConstruct method selectConfigById (line 48) | @Override method selectConfigByKey (line 62) | @Override method selectConfigByKey2 (line 78) | @Override method selectCaptchaOnOff (line 99) | @Override method selectConfigList (line 114) | @Override method insertConfig (line 125) | @Override method updateConfig (line 142) | @Override method deleteConfigByIds (line 162) | @Override method loadingConfigCache (line 177) | @Override method clearConfigCache (line 188) | @Override method resetConfigCache (line 197) | @Override method checkConfigKeyUnique (line 209) | @Override method getCacheKey (line 225) | private String getCacheKey(String configKey) { method getCacheKey2 (line 229) | private String getCacheKey2(String configKey) { FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDeptServiceImpl.java class SysDeptServiceImpl (line 29) | @Service method selectDeptList (line 44) | @Override method buildDeptTree (line 57) | @Override method buildDeptTreeSelect (line 89) | @Override method selectDeptListByRoleId (line 102) | @Override method selectDeptById (line 115) | @Override method selectNormalChildrenDeptById (line 127) | @Override method hasChildByDeptId (line 139) | @Override method checkDeptExistUser (line 152) | @Override method checkDeptNameUnique (line 165) | @Override method checkDeptDataScope (line 182) | @Override method insertDept (line 203) | @Override method updateDept (line 222) | @Override method updateParentDeptStatusNormal (line 249) | private void updateParentDeptStatusNormal(SysDept dept) method updateDeptChildren (line 263) | public void updateDeptChildren(Long deptId, String newAncestors, Strin... method deleteDeptById (line 282) | @Override method recursionFn (line 291) | private void recursionFn(List list, SysDept t) method getChildList (line 308) | private List getChildList(List list, SysDept t) method hasChild (line 326) | private boolean hasChild(List list, SysDept t) FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictDataServiceImpl.java class SysDictDataServiceImpl (line 16) | @Service method selectDictDataList (line 28) | @Override method selectDictLabel (line 41) | @Override method selectDictDataById (line 53) | @Override method deleteDictDataByIds (line 65) | @Override method insertDictData (line 83) | @Override method updateDictData (line 101) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysDictTypeServiceImpl.java class SysDictTypeServiceImpl (line 23) | @Service method init (line 35) | @PostConstruct method selectDictTypeList (line 47) | @Override method selectDictTypeAll (line 58) | @Override method selectDictDataByType (line 70) | @Override method selectDictTypeById (line 93) | @Override method selectDictTypeByType (line 105) | @Override method deleteDictTypeByIds (line 117) | @Override method loadingDictCache (line 135) | @Override method clearDictCache (line 149) | @Override method resetDictCache (line 158) | @Override method insertDictType (line 171) | @Override method updateDictType (line 188) | @Override method checkDictTypeUnique (line 209) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysLogininforServiceImpl.java class SysLogininforServiceImpl (line 15) | @Service method insertLogininfor (line 27) | @Override method selectLogininforList (line 39) | @Override method deleteLogininforByIds (line 51) | @Override method cleanLogininfor (line 60) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysMenuServiceImpl.java class SysMenuServiceImpl (line 33) | @Service method selectMenuList (line 53) | @Override method selectMenuList (line 65) | @Override method selectMenuPermsByUserId (line 88) | @Override method selectMenuTreeByUserId (line 109) | @Override method selectMenuListByRoleId (line 130) | @Override method buildMenus (line 143) | @Override method buildMenuTree (line 200) | @Override method buildMenuTreeSelect (line 232) | @Override method selectMenuById (line 245) | @Override method hasChildByMenuId (line 257) | @Override method checkMenuExistRole (line 270) | @Override method insertMenu (line 283) | @Override method updateMenu (line 295) | @Override method deleteMenuById (line 307) | @Override method checkMenuNameUnique (line 319) | @Override method getRouteName (line 337) | public String getRouteName(SysMenu menu) method getRouterPath (line 354) | public String getRouterPath(SysMenu menu) method getComponent (line 382) | public String getComponent(SysMenu menu) method isMenuFrame (line 406) | public boolean isMenuFrame(SysMenu menu) method isInnerLink (line 418) | public boolean isInnerLink(SysMenu menu) method isParentView (line 429) | public boolean isParentView(SysMenu menu) method getChildPerms (line 441) | public List getChildPerms(List list, int parentId) method recursionFn (line 463) | private void recursionFn(List list, SysMenu t) method getChildList (line 480) | private List getChildList(List list, SysMenu t) method hasChild (line 498) | private boolean hasChild(List list, SysMenu t) FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysNoticeServiceImpl.java class SysNoticeServiceImpl (line 15) | @Service method selectNoticeById (line 27) | @Override method selectNoticeList (line 39) | @Override method insertNotice (line 51) | @Override method updateNotice (line 63) | @Override method deleteNoticeById (line 75) | @Override method deleteNoticeByIds (line 87) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysOperLogServiceImpl.java class SysOperLogServiceImpl (line 15) | @Service method insertOperlog (line 26) | @Override method selectOperLogList (line 38) | @Override method deleteOperLogByIds (line 50) | @Override method selectOperLogById (line 62) | @Override method cleanOperLog (line 71) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysPostServiceImpl.java class SysPostServiceImpl (line 19) | @Service method selectPostList (line 34) | @Override method selectPostAll (line 45) | @Override method selectPostById (line 57) | @Override method selectPostListByUserId (line 69) | @Override method checkPostNameUnique (line 81) | @Override method checkPostCodeUnique (line 99) | @Override method countUserPostById (line 117) | @Override method deletePostById (line 129) | @Override method deletePostByIds (line 142) | @Override method insertPost (line 162) | @Override method updatePost (line 174) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysRoleServiceImpl.java class SysRoleServiceImpl (line 30) | @Service method selectRoleList (line 51) | @Override method selectRolesByUserId (line 64) | @Override method selectRolePermissionByUserId (line 89) | @Override method selectRoleAll (line 109) | @Override method selectRoleListByUserId (line 121) | @Override method selectRoleById (line 133) | @Override method checkRoleNameUnique (line 145) | @Override method checkRoleKeyUnique (line 163) | @Override method checkRoleAllowed (line 180) | @Override method checkRoleDataScope (line 194) | @Override method countUserRoleByRoleId (line 215) | @Override method insertRole (line 227) | @Override method updateRole (line 242) | @Override method updateRoleStatus (line 259) | @Override method authDataScope (line 271) | @Override method insertRoleMenu (line 288) | public int insertRoleMenu(SysRole role) method insertRoleDept (line 312) | public int insertRoleDept(SysRole role) method deleteRoleById (line 337) | @Override method deleteRoleByIds (line 354) | @Override method deleteAuthUser (line 380) | @Override method deleteAuthUsers (line 393) | @Override method insertAuthUsers (line 406) | @Override method selectRoleByKey (line 421) | @Override method allocateRole2User (line 426) | @Override method hasRole (line 435) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysUserOnlineServiceImpl.java class SysUserOnlineServiceImpl (line 14) | @Service method selectOnlineByIpaddr (line 24) | @Override method selectOnlineByUserName (line 41) | @Override method selectOnlineByInfo (line 59) | @Override method loginUserToUserOnline (line 75) | @Override FILE: ruoyi-system/src/main/java/com/ruoyi/system/service/impl/SysUserServiceImpl.java class SysUserServiceImpl (line 34) | @Service method selectUserList (line 63) | @Override method selectAllocatedList (line 76) | @Override method selectUnallocatedList (line 89) | @Override method selectUserByUserName (line 102) | @Override method selectUserById (line 114) | @Override method selectUserRoleGroup (line 126) | @Override method selectUserPostGroup (line 148) | @Override method checkUserNameUnique (line 170) | @Override method checkPhoneUnique (line 187) | @Override method checkEmailUnique (line 205) | @Override method checkUserAllowed (line 222) | @Override method checkUserDataScope (line 236) | @Override method insertUser (line 257) | @Override method registerUser (line 276) | @Override method updateUser (line 288) | @Override method insertUserAuth (line 310) | @Override method updateUserStatus (line 324) | @Override method updateUserProfile (line 336) | @Override method updateUserAvatar (line 349) | @Override method resetPwd (line 361) | @Override method resetUserPwd (line 374) | @Override method insertUserRole (line 385) | public void insertUserRole(SysUser user) method insertUserPost (line 411) | public void insertUserPost(SysUser user) method insertUserRole (line 438) | public void insertUserRole(Long userId, Long[] roleIds) method deleteUserById (line 464) | @Override method deleteUserByIds (line 481) | @Override method importUser (line 504) | @Override method selectUserByPhoneOrUserName (line 563) | @Override FILE: sql/address.sql type `address` (line 8) | CREATE TABLE `address` ( FILE: sql/数据和结构.sql type `act_coupon_activity` (line 8) | CREATE TABLE `act_coupon_activity` ( type `act_integral_history` (line 31) | CREATE TABLE `act_integral_history` ( type `act_member_coupon` (line 47) | CREATE TABLE `act_member_coupon` type `address` (line 72) | CREATE TABLE `address` type `aws_system_statistics` (line 91) | CREATE TABLE `aws_system_statistics` ( type `gen_table` (line 111) | CREATE TABLE `gen_table` ( type `gen_table_column` (line 139) | CREATE TABLE `gen_table_column` ( type `oms_aftersale` (line 169) | CREATE TABLE `oms_aftersale` ( type `oms_aftersale_item` (line 196) | CREATE TABLE `oms_aftersale_item` ( type `oms_order` (line 215) | CREATE TABLE `oms_order` ( type `oms_order_delivery_history` (line 262) | CREATE TABLE `oms_order_delivery_history` ( type `oms_order_item` (line 278) | CREATE TABLE `oms_order_item` ( type `oms_order_operate_history` (line 305) | CREATE TABLE `oms_order_operate_history` ( type `oms_wechat_payment_history` (line 323) | CREATE TABLE `oms_wechat_payment_history` ( type `pms_brand` (line 350) | CREATE TABLE `pms_brand` ( type `pms_product` (line 367) | CREATE TABLE `pms_product` ( type `pms_product_category` (line 397) | CREATE TABLE `pms_product_category` ( type `pms_product_snapshot` (line 416) | CREATE TABLE `pms_product_snapshot` ( type `pms_sku` (line 446) | CREATE TABLE `pms_sku` ( type `pms_sku_snapshot` (line 466) | CREATE TABLE `pms_sku_snapshot` ( type `qrtz_locks` (line 485) | CREATE TABLE `qrtz_locks` ( type `sys_config` (line 502) | CREATE TABLE `sys_config` ( type `sys_dept` (line 527) | CREATE TABLE `sys_dept` ( type `sys_dict_data` (line 556) | CREATE TABLE `sys_dict_data` ( type `sys_dict_type` (line 585) | CREATE TABLE `sys_dict_type` ( type `sys_job` (line 610) | CREATE TABLE `sys_job` ( type `sys_job_log` (line 638) | CREATE TABLE `sys_job_log` ( type `sys_logininfor` (line 654) | CREATE TABLE `sys_logininfor` ( type `sys_menu` (line 671) | CREATE TABLE `sys_menu` ( type `sys_notice` (line 705) | CREATE TABLE `sys_notice` ( type `sys_oper_log` (line 730) | CREATE TABLE `sys_oper_log` ( type `sys_post` (line 754) | CREATE TABLE `sys_post` ( type `sys_role` (line 779) | CREATE TABLE `sys_role` ( type `sys_role_dept` (line 808) | CREATE TABLE `sys_role_dept` ( type `sys_role_menu` (line 825) | CREATE TABLE `sys_role_menu` ( type `sys_user` (line 842) | CREATE TABLE `sys_user` ( type `sys_user_post` (line 880) | CREATE TABLE `sys_user_post` ( type `sys_user_role` (line 897) | CREATE TABLE `sys_user_role` ( type `ums_feedback` (line 914) | CREATE TABLE `ums_feedback` ( type `ums_member` (line 932) | CREATE TABLE `ums_member` ( type `ums_member_account` (line 962) | CREATE TABLE `ums_member_account` ( type `ums_member_address` (line 975) | CREATE TABLE `ums_member_address` ( type `ums_member_cart` (line 1002) | CREATE TABLE `ums_member_cart` ( type `ums_member_logininfor` (line 1025) | CREATE TABLE `ums_member_logininfor` ( type `ums_member_wechat` (line 1041) | CREATE TABLE `ums_member_wechat` (