脚手架v7
This commit is contained in:
parent
1b81cb2a2b
commit
9b2249c9fb
|
|
@ -13,7 +13,7 @@ public class Constant {
|
||||||
/**
|
/**
|
||||||
* 模块标识
|
* 模块标识
|
||||||
*/
|
*/
|
||||||
public static final String MODULE = "qt";
|
public static final String MODULE = "secondev";
|
||||||
|
|
||||||
/**
|
/**
|
||||||
*租户
|
*租户
|
||||||
|
|
|
||||||
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue