JavaScript is disabled on your browser.
Skip navigation links
Overview
Package
Class
Tree
Deprecated
Index
Help
Summary:
Field
Required
Optional
Detail:
Field
Element
Summary:
Field |
Required
|
Optional
Detail:
Field |
Element
SEARCH
Package
com.elitesland.ystdms.sys.annotation
Annotation Interface UdcField
@Target
(
FIELD
)
@Retention
(
RUNTIME
)
@Documented
public @interface
UdcField
UDC 字段注解 标识字段为 UDC 编码字段,需要转换为实际值进行记录
Required Element Summary
Required Elements
Modifier and Type
Required Element
Description
String
udcCode
UDC 类型编码
Optional Element Summary
Optional Elements
Modifier and Type
Optional Element
Description
String
appCode
应用编码
String
label
字段中文名称(可选,优先使用 @Schema 的 description)
Element Details
appCode
String
appCode
应用编码
Default:
"yst-sale"
udcCode
String
udcCode
UDC 类型编码
label
String
label
字段中文名称(可选,优先使用 @Schema 的 description)
Default:
""