脚手架v8

This commit is contained in:
钱涛 2025-05-19 15:34:50 +08:00
parent faec3b04b9
commit d9a6d2ac0b
2 changed files with 1 additions and 2 deletions

View File

@ -32,7 +32,7 @@ public class DemoSearchConditionDTO {
needQuickSearch = true, needQuickSearch = true,
items = { items = {
@SearchConditionItem(itemType = WeaSearchConditionItemType.BROWSER, @SearchConditionItem(itemType = WeaSearchConditionItemType.BROWSER,
browserType = "department", browserMultiple = true, name = "department", browserModule = Constant.MODULE), browserType = "department", browserMultiple = true, name = "department"),
} }
) )
private String department; private String department;

View File

@ -105,7 +105,6 @@ public class PageDemoServiceImpl implements PageDemoService {
if (dataFormDTO == null) { if (dataFormDTO == null) {
throw new BusinessRunTimeException("数据不存在!"); throw new BusinessRunTimeException("数据不存在!");
} }
} }
WeaForm weaForm = FormatUtil.<DemoFormDTO>getInstance().buildForm(DemoFormDTO.class, dataFormDTO); WeaForm weaForm = FormatUtil.<DemoFormDTO>getInstance().buildForm(DemoFormDTO.class, dataFormDTO);