摘要:
参考 import org.springframework.beans.BeanUtils; BeanUtils.copyProperties(dto1, dto2) // 将 dto1 转换为 dto2 阅读全文
posted @ 2022-06-08 19:07
淡怀
阅读(549)
评论(0)
推荐(0)
摘要:
一、Mysql表字段转Java实体(sql语句) SELECT concat( '\n/**\n', ' * ', v.column_comment, '\n', ' */\n', 'public ', v.dataType, ' ', v.column_name, ';' ) resultData 阅读全文
posted @ 2022-06-08 11:26
淡怀
阅读(908)
评论(0)
推荐(0)

浙公网安备 33010602011771号