Open JasonLonglong opened 1 year ago
目的是想给Entity生成字段的时候根据数据库字段是否为not null添加@NotNull注解,快速生成表单校验实体类
判断是否可为空: columnNotNull = $!tableInfo.fullColumn.get(0).obj.isNotNull()
columnNotNull = $!tableInfo.fullColumn.get(0).obj.isNotNull()
目的是想给Entity生成字段的时候根据数据库字段是否为not null添加@NotNull注解,快速生成表单校验实体类