智慧停車場管理系統(tǒng)云平臺源碼
智慧停車場管理系統(tǒng)云服務(wù)器源碼
public class ComSysRenew extends BaseEntity
{
private static final long serialVersionUID = 1L;
/** 續(xù)費(fèi)ID */
@Excel(name = "序號", cellType = ColumnType.NUMERIC, prompt = "編號")
private Long renewId;
/** 續(xù)費(fèi)ID */
@Excel(name = "車輛序號", cellType = ColumnType.NUMERIC, prompt = "車輛編號")
private Long carId;
/** 組織ID */
@Excel(name = "組織編號", type = Type.IMPORT)
private Long orgId;
/** 場站ID */
@Excel(name = "場站編號", type = Type.IMPORT)
private Long pkId;
/** 開始時間 */
@Excel(name = "續(xù)費(fèi)前時間")
private Date origDate;
/** 結(jié)束時間 */
@Excel(name = "續(xù)費(fèi)后時間")
private Date newDate;
private Integer rentnum;
/** 備注 */
@Excel(name = "備注")
private String remark;
/** 續(xù)費(fèi)性別 */
@Excel(name = "卡類", readConverterExp = "1=月租車,2=免費(fèi)車,3=儲值車,4=黑名單")
private String carType;
@Excel(name = "金額", type = Type.IMPORT)
private BigDecimal amount;
/** 刪除標(biāo)志(0代表存在 2代表刪除) */
private String delFlag;
/** 創(chuàng)建者 */
private String createBy;
/** 創(chuàng)建時間 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date createTime;
/** 更新者 */
private String updateBy;
/** 更新時間 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
private Date updateTime;
/** 組織對象 */
@Excels({
@Excel(name = "車牌號碼", targetAttr = "license", type = Type.EXPORT),
})
private ComSysCar car;
/** 組織對象 */
@Excels({
@Excel(name = "組織名稱", targetAttr = "orgName", type = Type.EXPORT)
})
private SysOrg org;
/** 部門對象 */
@Excels({
@Excel(name = "停車場名稱", targetAttr = "parkName", type = Type.EXPORT)
})
private ComSysPark park;
/** 車牌號碼 */
@Excel(name = "車牌號碼")
private String license;
public Long getRenewId() {
return renewId;
}
public void setRenewId(Long renewId) {
this.renewId = renewId;
}
public Long getCarId() {
return carId;
}
public void setCarId(Long carId) {
this.carId = carId;
}
public Long getOrgId() {
return orgId;
}
public void setOrgId(Long orgId) {
this.orgId = orgId;
}
public Long getPkId() {
return pkId;
}
public void setPkId(Long pkId) {
this.pkId = pkId;
}
public Date getOrigDate() {
return origDate;
}
public void setOrigDate(Date origDate) {
this.origDate = origDate;
}
public Date getNewDate() {
return newDate;
}
public void setNewDate(Date newDate) {
this.newDate = newDate;
}
public String getRemark() {
return remark;
}
public void setRemark(String remark) {
this.remark = remark;
}
public String getCarType() {
return carType;
}
public void setCarType(String carType) {
this.carType = carType;
}
public BigDecimal getAmount() {
return amount;
}
public void setAmount(BigDecimal amount) {
this.amount = amount;
}
public String getDelFlag() {
return delFlag;
}
public void setDelFlag(String delFlag) {
this.delFlag = delFlag;
}
public String getCreateBy() {
return createBy;
}
public void setCreateBy(String createBy) {
this.createBy = createBy;
}
public Date getCreateTime() {
return createTime;
}
public void setCreateTime(Date createTime) {
this.createTime = createTime;
}
public String getUpdateBy() {
return updateBy;
}
public void setUpdateBy(String updateBy) {
this.updateBy = updateBy;
}
public Date getUpdateTime() {
return updateTime;
}
public void setUpdateTime(Date updateTime) {
this.updateTime = updateTime;
}
public ComSysCar getCar() {
return car;
}
public void setCar(ComSysCar car) {
this.car = car;
}
public Integer getRentnum() {
return rentnum;
}
public void setRentnum(Integer rentnum) {
this.rentnum = rentnum;
}
public String getLicense() {
return license;
}
public void setLicense(String license) {
this.license = license;
}
@Override
public String toString() {
return "ComSysRenew [renewId=" + renewId + ", carId=" + carId + ", orgId=" + orgId + ", pkId=" + pkId
+ ", origDate=" + origDate + ", newDate=" + newDate + ", rentnum=" + rentnum + ", remark=" + remark
+ ", license=" + license + ", carType=" + carType + ", amount=" + amount + ", delFlag=" + delFlag
+ ", createBy=" + createBy + ", createTime=" + createTime + ", updateBy=" + updateBy + ", updateTime="
+ updateTime + ", car=" + car + "]";
}
}
- 上一篇:同濟(jì)大學(xué)照明改造2期工程完工,來欣賞一波美圖 2021/1/5
- 下一篇:上海關(guān)于全面推進(jìn)上海城市數(shù)字化轉(zhuǎn)型的意見公布 2021/1/5