脚手架v7

This commit is contained in:
钱涛 2025-05-19 14:30:49 +08:00
parent 1b81cb2a2b
commit 9b2249c9fb
2 changed files with 2 additions and 3 deletions

View File

@ -13,7 +13,7 @@ public class Constant {
/** /**
* 模块标识 * 模块标识
*/ */
public static final String MODULE = "qt"; public static final String MODULE = "secondev";
/** /**
*租户 *租户

View File

@ -61,8 +61,7 @@ public class DemoFormDTO {
label = "工单类型", label = "工单类型",
labelId = 0, labelId = 0,
items = { items = {
@FormItem(itemType = WeaFormItemType.BROWSER, browserModule = Constant.MODULE, @FormItem(itemType = WeaFormItemType.BROWSER, browserModule = Constant.MODULE, browserType = "orderTypeBrowser", required = true)
browserType = "orderTypeBrowser", required = true)
} }
) )
private String gdlx; private String gdlx;