修改角色管理中权限分配 新增登录日志表
修改 @Create 标识为 @since
This commit is contained in:
		@@ -10,7 +10,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
 | 
			
		||||
 * Package: com.yovinchen.xlcs
 | 
			
		||||
 *
 | 
			
		||||
 * @author yovinchen
 | 
			
		||||
 * @Create 2023/10/11 19:09
 | 
			
		||||
 * @since 2023/10/11 19:09
 | 
			
		||||
 */
 | 
			
		||||
@SpringBootApplication
 | 
			
		||||
@EnableDiscoveryClient
 | 
			
		||||
 
 | 
			
		||||
@@ -1,8 +1,8 @@
 | 
			
		||||
package com.yovinchen.xlcs.order.receiver;
 | 
			
		||||
 | 
			
		||||
import com.rabbitmq.client.Channel;
 | 
			
		||||
import com.yovinchen.xlcs.mq.constant.MqConst;
 | 
			
		||||
import com.yovinchen.xlcs.order.service.OrderInfoService;
 | 
			
		||||
import com.rabbitmq.client.Channel;
 | 
			
		||||
import org.springframework.amqp.core.Message;
 | 
			
		||||
import org.springframework.amqp.rabbit.annotation.Exchange;
 | 
			
		||||
import org.springframework.amqp.rabbit.annotation.Queue;
 | 
			
		||||
@@ -19,7 +19,7 @@ import java.io.IOException;
 | 
			
		||||
 * Package: com.yovinchen.xlcs.order.receiver
 | 
			
		||||
 *
 | 
			
		||||
 * @author yovinchen
 | 
			
		||||
 * @Create 2023/10/13 14:15
 | 
			
		||||
 * @since 2023/10/13 14:15
 | 
			
		||||
 */
 | 
			
		||||
@Component
 | 
			
		||||
public class OrderReceiver {
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user