Title
摘要: public class ShowCalendar { public static void main(String[] args) { List<String> date = getDate(2022, 0); } public static List<String> getDate(Intege 阅读全文
posted @ 2022-03-29 11:46 guochengcheng 阅读(368) 评论(0) 推荐(0)
摘要: public class Result { private Integer Code;//响应码 private String Msg;//响应消息 private Object Data;//返回的数据 public Integer getCode() { return Code; } publi 阅读全文
posted @ 2022-03-29 11:35 guochengcheng 阅读(689) 评论(0) 推荐(0)
摘要: @Configuration @ConditionalOnClass(value =PaginationInterceptor.class) public class MybatisPlusConfig { @Bean public PaginationInterceptor paginationI 阅读全文
posted @ 2022-03-29 11:26 guochengcheng 阅读(281) 评论(0) 推荐(0)