Annotation Interface UdcField


@Target(FIELD) @Retention(RUNTIME) @Documented public @interface UdcField
UDC 字段注解 标识字段为 UDC 编码字段,需要转换为实际值进行记录
  • Required Element Summary

    Required Elements
    Modifier and Type
    Required Element
    Description
    UDC 类型编码
  • Optional Element Summary

    Optional Elements
    Modifier and Type
    Optional Element
    Description
    应用编码
    字段中文名称(可选,优先使用 @Schema 的 description)
  • Element Details

    • appCode

      String appCode
      应用编码
      Default:
      "yst-sale"
    • udcCode

      String udcCode
      UDC 类型编码
    • label

      String label
      字段中文名称(可选,优先使用 @Schema 的 description)
      Default:
      ""