摘要: LambdaQueryWrapper<SpotCheck> queryWrapper = new LambdaQueryWrapper<>(); queryWrapper.in(SpotCheck::getCheckCode,checkCodes); List<SpotCheck> spotChec 阅读全文
posted @ 2024-07-18 19:53 多多指教~ 阅读(103) 评论(0) 推荐(0)
摘要: @Getter public enum DeviceCategoryEnum { METER_DEVICE("10","计量设备"), PRODUCT_DEVICE("20","生产设备"), CHECK_DEVICE("30","检测设备"), OTHER("40","其他"); private 阅读全文
posted @ 2024-07-18 19:39 多多指教~ 阅读(14) 评论(0) 推荐(0)
摘要: List<String> collect = Arrays.asList("aaa","ddd","dd");String join = String.join(",", collect);System.out.println("join = " + join); 阅读全文
posted @ 2024-07-18 19:30 多多指教~ 阅读(17) 评论(0) 推荐(0)