willxiang

Results 2 comments of willxiang

@GregAMO 这个我用过,就是考虑到只能在浏览器中用,所以才提出的(我自己做了一个小工具用来识别任意位置的二维码了,不过还是多谢你的回复)

看了下源码,问题在这个方法中的这段代码: com.softdev.system.generator.util.TableParseUtil#processTableIntoClassInfo ![image](https://github.com/user-attachments/assets/10f81e4e-8d89-4e5c-a3e0-9e46fde7819c) 本地测试把这个判断去掉后(或将代码中using两边增加空格),可以正常生成 housing 或 housing_* 的字段了 说明:我截图的代码并非主分支最新代码,因为我本地用的jdk8。 提了一个PR: https://github.com/moshowgame/SpringBootCodeGenerator/pull/157