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

修改 @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

@@ -17,7 +17,7 @@ import java.util.List;
* Package: com.yovinchen.xlcs.client.product
*
* @author yovinchen
* @Create 2023/9/16 17:45
* @since 2023/9/16 17:45
*/
@FeignClient(value = "service-product")
public interface ProductFeignClient {