修改角色管理中权限分配 新增登录日志表

修改 @Create 标识为 @since
This commit is contained in:
2024-01-24 17:03:32 +08:00
parent 623438ba57
commit b160edca01
116 changed files with 339 additions and 197 deletions

View File

@@ -9,7 +9,7 @@ import org.springframework.cloud.client.discovery.EnableDiscoveryClient;
* Package: com.yovinchen.xlcs
*
* @author yovinchen
* @Create 2023/9/20 16:51
* @since 2023/9/20 16:51
*/
@SpringBootApplication

View File

@@ -12,7 +12,7 @@ import org.springframework.web.util.pattern.PathPatternParser;
* Package: com.yovinchen.xlcs.config.config
*
* @author yovinchen
* @Create 2023/9/20 16:52
* @since 2023/9/20 16:52
*/
@Configuration
public class CorsConfig {