类 DBDO


  • public abstract class DBDO
    extends java.lang.Object
    DO基类

    注意:继承 DBDO get set ... 采用 @Data 注解生成时,需加上:

    @EqualsAndHashCode(callSuper = true)

    @ToString(callSuper = true)

    从以下版本开始:
    2018年7月26日
    作者:
    孙金川
    • 字段概要

      字段 
      修饰符和类型 字段 说明
      protected java.time.LocalDateTime create_time  
      protected java.lang.Long id  
      protected java.time.LocalDateTime update_time  
    • 构造器概要

      构造器 
      构造器 说明
      DBDO()  
    • 方法概要

      • 从类继承的方法 java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 字段详细资料

      • id

        protected java.lang.Long id
      • create_time

        protected java.time.LocalDateTime create_time
      • update_time

        protected java.time.LocalDateTime update_time
    • 构造器详细资料

      • DBDO

        public DBDO()