| | |
| | | package com.stylefeng.guns.modular.system.model; |
| | | |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.activerecord.Model; |
| | | import com.baomidou.mybatisplus.annotations.TableId; |
| | | import com.baomidou.mybatisplus.annotations.TableName; |
| | | import com.baomidou.mybatisplus.enums.IdType; |
| | | import lombok.Data; |
| | | import org.springframework.format.annotation.DateTimeFormat; |
| | | |
| | | import java.io.Serializable; |
| | | import java.math.BigDecimal; |
| | | import java.util.Date; |
| | | |
| | | /** |
| | | * <p> |
| | |
| | | private String scale; |
| | | /** |
| | | * 公司信息 |
| | | * |
| | | * @return |
| | | */ |
| | | private String companyInfo; |
| | | |
| | | private Integer paymentDays; |
| | | /** |
| | | * 中台企业编号 |
| | | */ |
| | | private String enterCode; |
| | | |
| | | private Integer version; |
| | | |
| | |
| | | this.companyInfo = companyInfo; |
| | | } |
| | | |
| | | public String getEnterCode() { |
| | | return enterCode; |
| | | } |
| | | |
| | | public void setEnterCode(String enterCode) { |
| | | this.enterCode = enterCode; |
| | | } |
| | | |
| | | public String getSpe() { |
| | | return Spe; |
| | | } |
| | | |
| | | public void setSpe(String spe) { |
| | | Spe = spe; |
| | | } |
| | | |
| | | public String getTaxi() { |
| | | return Taxi; |
| | | } |
| | | |
| | | public void setTaxi(String taxi) { |
| | | Taxi = taxi; |
| | | } |
| | | |
| | | public String getSameLogistics() { |
| | | return SameLogistics; |
| | | } |
| | | |
| | | public void setSameLogistics(String sameLogistics) { |
| | | SameLogistics = sameLogistics; |
| | | } |
| | | |
| | | public String getCrossLogistics() { |
| | | return CrossLogistics; |
| | | } |
| | | |
| | | public void setCrossLogistics(String crossLogistics) { |
| | | CrossLogistics = crossLogistics; |
| | | } |
| | | |
| | | public String getOnCall() { |
| | | return OnCall; |
| | | } |
| | | |
| | | public void setOnCall(String onCall) { |
| | | OnCall = onCall; |
| | | } |
| | | |
| | | @Override |
| | | protected Serializable pkVal() { |
| | | return this.id; |