| | |
| | | package com.vci.frameworkcore.model; |
| | | |
| | | import com.vci.frameworkcore.constant.FrameWorkDefaultValueConstant; |
| | | import com.vci.frameworkcore.constant.FrameWorkBtmTypeConstant; |
| | | import com.vci.starter.web.annotation.VciBtmType; |
| | | import com.vci.starter.web.constant.FrameWorkLcStatusConstant; |
| | | |
| | |
| | | * @author weidy |
| | | * @date 2020/2/27 |
| | | */ |
| | | @VciBtmType(name = "role",text = "角色",tableName = "plrole",lifeCycle = FrameWorkLcStatusConstant.EMTYPE_LIFE_CYCLE) |
| | | @VciBtmType(name = FrameWorkBtmTypeConstant.SM_ROLE_BTM_TYPE,tableName = "plrole",lifeCycle = FrameWorkLcStatusConstant.EMTYPE_LIFE_CYCLE) |
| | | public class SmRoleForPlatform1 implements java.io.Serializable{ |
| | | |
| | | /** |
| | |
| | | /** |
| | | * 创建时间 |
| | | */ |
| | | private Date plcreatetime; |
| | | private Long plcreatetime; |
| | | |
| | | /** |
| | | * 创建人 |
| | |
| | | /** |
| | | * 最后修改时间 |
| | | */ |
| | | private Date plupdatetime; |
| | | private Long plupdatetime; |
| | | |
| | | /** |
| | | * 最后修改人 |
| | |
| | | this.pltype = pltype; |
| | | } |
| | | |
| | | 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; |
| | | } |
| | | |