| | |
| | | private String plnum; |
| | | |
| | | /** |
| | | * 部门代号 |
| | | */ |
| | | private String plcode; |
| | | |
| | | /** |
| | | * 专业 |
| | | */ |
| | | private String plspecialties; |
| | | |
| | | /** |
| | | * 停用启用状态 |
| | | */ |
| | | private Short plstatus; |
| | |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | private Date plcreatetime; |
| | | private Long plcreatetime; |
| | | |
| | | /** |
| | | * 创建人 |
| | |
| | | /** |
| | | * 最后修改时间 |
| | | */ |
| | | private Date plupdatetime; |
| | | private Long plupdatetime; |
| | | |
| | | /** |
| | | * 最后修改人 |
| | |
| | | * 不知道做啥的 |
| | | */ |
| | | private String pllicensors; |
| | | |
| | | public String getPlspecialties() { |
| | | return plspecialties; |
| | | } |
| | | |
| | | public void setPlspecialties(String plspecialties) { |
| | | this.plspecialties = plspecialties; |
| | | } |
| | | |
| | | public String getPlcode() { |
| | | return plcode; |
| | | } |
| | | |
| | | public void setPlcode(String plcode) { |
| | | this.plcode = plcode; |
| | | } |
| | | |
| | | public String getPluid() { |
| | | return pluid; |
| | |
| | | this.pldesc = pldesc == null ? null : pldesc.trim(); |
| | | } |
| | | |
| | | public Date getPlcreatetime() { |
| | | public Long getPlcreatetime() { |
| | | return plcreatetime; |
| | | } |
| | | |
| | | public void setPlcreatetime(Date plcreatetime) { |
| | | public void setPlcreatetime(Long plcreatetime) { |
| | | this.plcreatetime = plcreatetime; |
| | | } |
| | | |
| | |
| | | this.plcreateuser = plcreateuser == null ? null : plcreateuser.trim(); |
| | | } |
| | | |
| | | public Date getPlupdatetime() { |
| | | public Long getPlupdatetime() { |
| | | return plupdatetime; |
| | | } |
| | | |
| | | public void setPlupdatetime(Date plupdatetime) { |
| | | public void setPlupdatetime(Long plupdatetime) { |
| | | this.plupdatetime = plupdatetime; |
| | | } |
| | | |