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

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

@@ -19,7 +19,7 @@ import java.util.Map;
* Package: com.yovinchen.xlcs.client.activity
*
* @author yovinchen
* @Create 2023/9/26 14:10
* @since 2023/9/26 14:10
*/
@FeignClient(value = "service-activity")
public interface ActivityFeignClient {

View File

@@ -13,7 +13,7 @@ import java.util.List;
* Package: com.yovinchen.xlcs.client.cart
*
* @author yovinchen
* @Create 2023/10/12 15:49
* @since 2023/10/12 15:49
*/
@FeignClient(value = "service-cart")
public interface CartFeignClient {

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 {

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 {

View File

@@ -13,7 +13,7 @@ import java.util.List;
* Package: com.yovinchen.xlcs.client.search
*
* @author yovinchen
* @Create 2023/9/25 22:44
* @since 2023/9/25 22:44
*/
@FeignClient("service-search")
public interface SkuFeignClient {

View File

@@ -10,7 +10,7 @@ import org.springframework.web.bind.annotation.PathVariable;
* Package: com.yovinchen.xlcs.client.user
*
* @author yovinchen
* @Create 2023/9/25 12:27
* @since 2023/9/25 12:27
*/
@FeignClient(value = "service-user")
public interface UserFeignClient {