04 2023 档案
摘要:属性拷贝 BeanUtils.copyProperties(a,b);
阅读全文
摘要:Date类 new Date() Thu Apr 27 10:35:17 CST 2023 Calendar类 //获取当前时间的后n天 Calendar ca=Calendar.getInstance(); ca.setTime(new Date()); ca.add(Calendar.Date,
阅读全文
摘要:接口名与SQL格式 List<String> selectByService(@Param("serviceCode") stringCode,@Param("serviceName") stringName); <select id="selectByService" resultType="ja
阅读全文