Annotation Interface SHColumn


@Retention(RUNTIME) @Target(FIELD) public @interface SHColumn

Description: 定义表中列与对象属性匹配

Title:首亨软件 - SHForce

  • 元素详细资料

    • tableCol

      String tableCol
      默认值:
      ""
    • colType

      SHColumnType colType
      默认值:
      STRING
    • addEnable

      boolean addEnable
      默认值:
      true
    • updateEnable

      boolean updateEnable
      默认值:
      true
    • sysdate

      boolean sysdate
      默认值:
      false
    • dateFormat

      String dateFormat
      默认值:
      "yyyy-MM-dd HH:mm:ss"
    • numberFormat

      String numberFormat
      默认值:
      ""
    • isAutoCreate

      boolean isAutoCreate
      默认值:
      false
    • seqName

      String seqName
      默认值:
      ""