Class Department

java.lang.Object
cn.xuanyuanli.jdbc.entity.Department
All Implemented Interfaces:
cn.xuanyuanli.core.lang.BaseEntity, Serializable

public class Department extends Object implements cn.xuanyuanli.core.lang.BaseEntity
Author:
John Li
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private Integer
     
    private String
     

    Fields inherited from interface cn.xuanyuanli.core.lang.BaseEntity

    STRING_NULL
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface cn.xuanyuanli.core.lang.BaseEntity

    cloneSelf, toBO, toMap, toMapFilterNull, toRecord
  • Field Details

  • Constructor Details

    • Department

      public Department()