| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272 | 
							- package com.ruoyi.quotation.domain;
 
- import com.fasterxml.jackson.annotation.JsonFormat;
 
- import com.ruoyi.common.annotation.Excel;
 
- import com.ruoyi.common.core.domain.BaseEntity;
 
- import java.math.BigDecimal;
 
- import java.util.Arrays;
 
- import java.util.Date;
 
- import java.util.List;
 
- /**
 
-  * 海运价主对象 t_seaprice
 
-  * 
 
-  * @author ruoyi
 
-  * @date 2021-06-01
 
-  */
 
- public class TSeaprice extends BaseEntity
 
- {
 
-     private static final long serialVersionUID = 1L;
 
-     /** $column.columnComment */
 
-     private Long fId;
 
-     /** 业务类型 */
 
-     @Excel(name = "业务类型")
 
-     private Long fBilltype;
 
-     /** 船公司(客户表) */
 
-     @Excel(name = "船公司(客户表)")
 
-     private Long fCorpid;
 
-     /** 起运港ID */
 
-     @Excel(name = "起运港ID")
 
-     private Long polId;
 
-     /** 目的港ID */
 
-     @Excel(name = "目的港ID")
 
-     private Long podId;
 
-     /** 有效期 */
 
-     @JsonFormat(pattern = "yyyy-MM-dd")
 
-     @Excel(name = "有效期", width = 30, dateFormat = "yyyy-MM-dd")
 
-     private Date fValiddate;
 
-     /** 校验时间戳 */
 
-     private String fDateChanged;
 
-     /** 状态(0有效1无效) */
 
-     @Excel(name = "状态(0有效1无效)")
 
-     private Long fBillstatus;
 
-     /** 删除状态 */
 
-     private String delFlag;
 
-     /** 备注 */
 
-     @Excel(name = "备注")
 
-     private String remarks;
 
-     /** 折合后的rmb */
 
-     private BigDecimal rmb;
 
-     /** 筛选条件箱类型 */
 
-     private String fSpecification;
 
-     /** 箱量 */
 
-     private Long fQty;
 
-     /** 类型 */
 
-     private String fType;
 
-     /** 海运费 */
 
-     private BigDecimal shippingFee;
 
-     /** 汇率 */
 
-     private BigDecimal exrate;
 
-     /** 需要删除的规则表 */
 
-     private Long[] deleteItem0;
 
-     /** 需要删除的固定费用表 */
 
-     private Long[] deleteItem1;
 
-     /** 需要删除的固定费用表 */
 
-     private List<String> validdateList;
 
-     public void setfId(Long fId) 
 
-     {
 
-         this.fId = fId;
 
-     }
 
-     public Long getfId() 
 
-     {
 
-         return fId;
 
-     }
 
-     public void setfBilltype(Long fBilltype) 
 
-     {
 
-         this.fBilltype = fBilltype;
 
-     }
 
-     public Long getfBilltype() 
 
-     {
 
-         return fBilltype;
 
-     }
 
-     public void setfCorpid(Long fCorpid) 
 
-     {
 
-         this.fCorpid = fCorpid;
 
-     }
 
-     public Long getfCorpid() 
 
-     {
 
-         return fCorpid;
 
-     }
 
-     public void setPolId(Long polId) 
 
-     {
 
-         this.polId = polId;
 
-     }
 
-     public Long getPolId() 
 
-     {
 
-         return polId;
 
-     }
 
-     public void setPodId(Long podId) 
 
-     {
 
-         this.podId = podId;
 
-     }
 
-     public Long getPodId() 
 
-     {
 
-         return podId;
 
-     }
 
-     public void setfValiddate(Date fValiddate) 
 
-     {
 
-         this.fValiddate = fValiddate;
 
-     }
 
-     public Date getfValiddate() 
 
-     {
 
-         return fValiddate;
 
-     }
 
-     public void setfBillstatus(Long fBillstatus)
 
-     {
 
-         this.fBillstatus = fBillstatus;
 
-     }
 
-     public Long getfBillstatus()
 
-     {
 
-         return fBillstatus;
 
-     }
 
-     public void setDelFlag(String delFlag) 
 
-     {
 
-         this.delFlag = delFlag;
 
-     }
 
-     public String getDelFlag() 
 
-     {
 
-         return delFlag;
 
-     }
 
-     public void setRemarks(String remarks) 
 
-     {
 
-         this.remarks = remarks;
 
-     }
 
-     public String getRemarks() 
 
-     {
 
-         return remarks;
 
-     }
 
-     public Long[] getDeleteItem0() {
 
-         return deleteItem0;
 
-     }
 
-     public void setDeleteItem0(Long[] deleteItem0) {
 
-         this.deleteItem0 = deleteItem0;
 
-     }
 
-     public Long[] getDeleteItem1() {
 
-         return deleteItem1;
 
-     }
 
-     public void setDeleteItem1(Long[] deleteItem1) {
 
-         this.deleteItem1 = deleteItem1;
 
-     }
 
-     public String getfSpecification() {
 
-         return fSpecification;
 
-     }
 
-     public void setfSpecification(String fSpecification) {
 
-         this.fSpecification = fSpecification;
 
-     }
 
-     public Long getfQty() {
 
-         return fQty;
 
-     }
 
-     public void setfQty(Long fQty) {
 
-         this.fQty = fQty;
 
-     }
 
-     public BigDecimal getShippingFee() {
 
-         return shippingFee;
 
-     }
 
-     public void setShippingFee(BigDecimal shippingFee) {
 
-         this.shippingFee = shippingFee;
 
-     }
 
-     public BigDecimal getExrate() {
 
-         return exrate;
 
-     }
 
-     public void setExrate(BigDecimal exrate) {
 
-         this.exrate = exrate;
 
-     }
 
-     public String getfType() {
 
-         return fType;
 
-     }
 
-     public void setfType(String fType) {
 
-         this.fType = fType;
 
-     }
 
-     public String getfDateChanged() {
 
-         return fDateChanged;
 
-     }
 
-     public void setfDateChanged(String fDateChanged) {
 
-         this.fDateChanged = fDateChanged;
 
-     }
 
-     public List<String> getValiddateList() {
 
-         return validdateList;
 
-     }
 
-     public void setValiddateList(List<String> validdateList) {
 
-         this.validdateList = validdateList;
 
-     }
 
-     public BigDecimal getRmb() {
 
-         return rmb;
 
-     }
 
-     public void setRmb(BigDecimal rmb) {
 
-         this.rmb = rmb;
 
-     }
 
-     @Override
 
-     public String toString() {
 
-         return "TSeaprice{" +
 
-                 "fId=" + fId +
 
-                 ", fBilltype=" + fBilltype +
 
-                 ", fCorpid=" + fCorpid +
 
-                 ", polId=" + polId +
 
-                 ", podId=" + podId +
 
-                 ", fValiddate=" + fValiddate +
 
-                 ", fDateChanged='" + fDateChanged + '\'' +
 
-                 ", fBillstatus=" + fBillstatus +
 
-                 ", delFlag='" + delFlag + '\'' +
 
-                 ", remarks='" + remarks + '\'' +
 
-                 ", fSpecification='" + fSpecification + '\'' +
 
-                 ", fQty=" + fQty +
 
-                 ", fType='" + fType + '\'' +
 
-                 ", shippingFee=" + shippingFee +
 
-                 ", exrate=" + exrate +
 
-                 ", deleteItem0=" + Arrays.toString(deleteItem0) +
 
-                 ", deleteItem1=" + Arrays.toString(deleteItem1) +
 
-                 ", validdateList=" + validdateList +
 
-                 '}';
 
-     }
 
- }
 
 
  |