|
|
@@ -0,0 +1,160 @@
|
|
|
+ package com.picc.grab.entity;
|
|
|
+
|
|
|
+import com.alibaba.fastjson.annotation.JSONField;
|
|
|
+import com.baomidou.mybatisplus.activerecord.Model;
|
|
|
+import com.baomidou.mybatisplus.annotations.TableField;
|
|
|
+import com.baomidou.mybatisplus.annotations.TableId;
|
|
|
+import com.baomidou.mybatisplus.annotations.TableName;
|
|
|
+import com.baomidou.mybatisplus.enums.IdType;
|
|
|
+
|
|
|
+import java.io.Serializable;
|
|
|
+import java.math.BigDecimal;
|
|
|
+import java.util.Date;
|
|
|
+
|
|
|
+public class ZbwtVo{
|
|
|
+/* */ private String id;
|
|
|
+/* */ private String carid;
|
|
|
+/* */ private Integer zbgzstatus;
|
|
|
+/* */ @JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
|
|
+/* */ private Date fsbjdsj;
|
|
|
+/* */ private String fsr;
|
|
|
+/* */ @JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
|
|
+/* */ @TableField("create_time")
|
|
|
+/* */ private Date createTime;
|
|
|
+/* */ @JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
|
|
+/* */ private Date lastgztime;
|
|
|
+/* */ private String gzrwbh;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 中标价
|
|
|
+ */
|
|
|
+ private BigDecimal bidPrice;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 中标公司
|
|
|
+ */
|
|
|
+ private String bidCompanyName;
|
|
|
+ /**
|
|
|
+ * 中标时间
|
|
|
+ */
|
|
|
+ @JSONField(format = "yyyy-MM-dd HH:mm:ss")
|
|
|
+ private Date outbidTime;
|
|
|
+
|
|
|
+ /**
|
|
|
+ * 车牌号
|
|
|
+ */
|
|
|
+ private String cph;
|
|
|
+
|
|
|
+ public String getCph() {
|
|
|
+ return cph;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setCph(String cph) {
|
|
|
+ this.cph = cph;
|
|
|
+ }
|
|
|
+
|
|
|
+ public String getBidCompanyName() {
|
|
|
+ return bidCompanyName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBidCompanyName(String bidCompanyName) {
|
|
|
+ this.bidCompanyName = bidCompanyName;
|
|
|
+ }
|
|
|
+
|
|
|
+ public Date getOutbidTime() {
|
|
|
+ return outbidTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setOutbidTime(Date outbidTime) {
|
|
|
+ this.outbidTime = outbidTime;
|
|
|
+ }
|
|
|
+
|
|
|
+ public BigDecimal getBidPrice() {
|
|
|
+ return bidPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ public void setBidPrice(BigDecimal bidPrice) {
|
|
|
+ this.bidPrice = bidPrice;
|
|
|
+ }
|
|
|
+
|
|
|
+ /* */
|
|
|
+/* */ public String getId() {
|
|
|
+/* 67 */ return this.id;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setId(String id) {
|
|
|
+/* 71 */ this.id = id;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public String getCarid() {
|
|
|
+/* 75 */ return this.carid;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setCarid(String carid) {
|
|
|
+/* 79 */ this.carid = carid;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public Integer getZbgzstatus() {
|
|
|
+/* 83 */ return this.zbgzstatus;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setZbgzstatus(Integer zbgzstatus) {
|
|
|
+/* 87 */ this.zbgzstatus = zbgzstatus;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public Date getFsbjdsj() {
|
|
|
+/* 91 */ return this.fsbjdsj;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setFsbjdsj(Date fsbjdsj) {
|
|
|
+/* 95 */ this.fsbjdsj = fsbjdsj;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public String getFsr() {
|
|
|
+/* 99 */ return this.fsr;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setFsr(String fsr) {
|
|
|
+/* 103 */ this.fsr = fsr;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public Date getCreateTime() {
|
|
|
+/* 107 */ return this.createTime;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setCreateTime(Date createTime) {
|
|
|
+/* 111 */ this.createTime = createTime;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public Date getLastgztime() {
|
|
|
+/* 115 */ return this.lastgztime;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setLastgztime(Date lastgztime) {
|
|
|
+/* 119 */ this.lastgztime = lastgztime;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */
|
|
|
+/* */ protected Serializable pkVal() {
|
|
|
+/* 124 */ return this.id;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public String getGzrwbh() {
|
|
|
+/* 128 */ return this.gzrwbh;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */ public void setGzrwbh(String gzrwbh) {
|
|
|
+/* 132 */ this.gzrwbh = gzrwbh;
|
|
|
+/* */ }
|
|
|
+/* */
|
|
|
+/* */
|
|
|
+/* */ public String toString() {
|
|
|
+/* 137 */ return "Zbwt{id=" + this.id + ", carid=" + this.carid + ", zbgzstatus=" + this.zbgzstatus + ", fsbjdsj=" + this.fsbjdsj + ", fsr=" + this.fsr + ", createTime=" + this.createTime + ", gzrwbh=" + this.gzrwbh + "}";
|
|
|
+/* */ }
|
|
|
+/* */ }
|
|
|
+
|
|
|
+
|
|
|
+/* Location: C:\Users\Administrator\Desktop\ROOT\WEB-INF\classes\!\com\picc\grab\domain\Zbwt.class
|
|
|
+ * Java compiler version: 8 (52.0)
|
|
|
+ * JD-Core Version: 1.1.3
|
|
|
+ */
|