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

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

View File

@@ -11,7 +11,7 @@ import org.springframework.web.bind.annotation.PathVariable;
* Package: com.yovinchen.xlcs.client.order
*
* @author yovinchen
* @Create 2023/10/13 11:03
* @since 2023/10/13 11:03
*/
@FeignClient(value = "service-order")
public interface OrderFeignClient {