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

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

@@ -10,7 +10,7 @@ import org.springframework.cloud.openfeign.EnableFeignClients;
* Package: com.yovinchen.xlcs
*
* @author yovinchen
* @Create 2023/9/17 12:08
* @since 2023/9/17 12:08
*/
@SpringBootApplication
@EnableDiscoveryClient

View File

@@ -21,7 +21,7 @@ import java.util.Map;
* Package: com.yovinchen.xlcs.activity.api
*
* @author yovinchen
* @Create 2023/9/26 14:12
* @since 2023/9/26 14:12
*/
@Api(tags = "促销与优惠券接口")
@RestController