类的使用
net.sohelp.boot.engine.web.vo.form.FormPropertyVO
使用FormPropertyVO的程序包
-
net.sohelp.boot.engine.web.utils中FormPropertyVO的使用
类型变量类型为FormPropertyVO的net.sohelp.boot.engine.web.utils中的方法参数修饰符和类型方法说明static voidFormPropertyConvertUtil.updateEntityByForm(List<FormPropertyVO> properties, EntityVO entityVO) 把网格列表属性复制到实体属性中,仅保留部分关键字段不覆盖。static voidFormPropertyConvertUtil.updateFormByEntity(EntityVO entityVO, List<FormPropertyVO> properties) 把实体属性复制到表单属性中,并确保所有实体字段都反映在表单上。