| | |
| | | package com.stylefeng.guns.modular.system.model; |
| | | |
| | | import com.baomidou.mybatisplus.annotations.TableField; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import java.util.Date; |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | |
| | | private Integer addObjectId; |
| | | |
| | | private Integer authState; |
| | | /** |
| | | * 上传司机id |
| | | */ |
| | | @TableField("driverId") |
| | | private Integer driverId; |
| | | |
| | | public Integer getAuthState() { |
| | | return authState; |
| | |
| | | this.commercialType = commercialType; |
| | | } |
| | | |
| | | public Integer getDriverId() { |
| | | return driverId; |
| | | } |
| | | |
| | | public void setDriverId(Integer driverId) { |
| | | this.driverId = driverId; |
| | | } |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |