| | |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.baomidou.mybatisplus.extension.activerecord.Model; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | |
| | |
| | | * @author stylefeng |
| | | * @since 2017-07-11 |
| | | */ |
| | | @Data |
| | | @TableName("sys_dept") |
| | | public class Dept extends Model<Dept> { |
| | | |
| | |
| | | private Integer objectType; |
| | | @TableField("objectId") |
| | | private Integer objectId; |
| | | |
| | | @TableField("isSale") |
| | | private Integer isSale; |
| | | public Integer getObjectType() { |
| | | return objectType; |
| | | } |
| | |
| | | public void setPid(Integer pid) { |
| | | this.pid = pid; |
| | | } |
| | | |
| | | |
| | | |
| | | public String getPids() { |
| | | return pids; |
| | |
| | | ", fullname=" + fullname + |
| | | ", tips=" + tips + |
| | | ", version=" + version + |
| | | ", isSale=" + isSale + |
| | | "}"; |
| | | } |
| | | } |