类 Department

  • 所有已实现的接口:
    Comparable<Department>, net.guerlab.smart.platform.commons.entity.IOrderEntity<Department>, net.guerlab.spring.commons.dto.ConvertDTO<DepartmentDTO>, net.guerlab.spring.commons.dto.DefaultConvertDTO<DepartmentDTO>

    public class Department
    extends net.guerlab.smart.platform.commons.entity.BaseOrderEntity<Department>
    implements net.guerlab.spring.commons.dto.DefaultConvertDTO<DepartmentDTO>
    部门
    作者:
    guer
    • 字段概要

      • 从类继承的字段 net.guerlab.smart.platform.commons.entity.BaseOrderEntity

        orderNum
      • 从类继承的字段 net.guerlab.smart.platform.commons.entity.BaseEntity

        version
    • 构造器概要

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

      • 从类继承的方法 net.guerlab.smart.platform.commons.entity.BaseOrderEntity

        getOrderNum, setOrderNum
      • 从类继承的方法 net.guerlab.smart.platform.commons.entity.BaseEntity

        getVersion, setVersion
      • 从接口继承的方法 net.guerlab.spring.commons.dto.DefaultConvertDTO

        toDTO
      • 从接口继承的方法 net.guerlab.smart.platform.commons.entity.IOrderEntity

        compareTo
    • 构造器详细资料

      • Department

        public Department()