|
@@ -1,556 +0,0 @@
|
|
|
-package org.jeecg.modules.kzksCostModelClPrice.entity;
|
|
|
-
|
|
|
-import java.io.Serializable;
|
|
|
-import java.io.UnsupportedEncodingException;
|
|
|
-import java.util.Date;
|
|
|
-import java.math.BigDecimal;
|
|
|
-import com.baomidou.mybatisplus.annotation.IdType;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableId;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
-import com.baomidou.mybatisplus.annotation.TableLogic;
|
|
|
-import lombok.Data;
|
|
|
-import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
-import org.springframework.format.annotation.DateTimeFormat;
|
|
|
-import org.jeecgframework.poi.excel.annotation.Excel;
|
|
|
-import org.jeecg.common.aspect.annotation.Dict;
|
|
|
-import io.swagger.annotations.ApiModel;
|
|
|
-import io.swagger.annotations.ApiModelProperty;
|
|
|
-import lombok.EqualsAndHashCode;
|
|
|
-import lombok.experimental.Accessors;
|
|
|
-
|
|
|
-/**
|
|
|
- * @Description: kzks_cost_model_cl_price
|
|
|
- * @Author: jeecg-boot
|
|
|
- * @Date: 2023-09-18
|
|
|
- * @Version: V1.0
|
|
|
- */
|
|
|
-@Data
|
|
|
-@TableName("kzks_cost_model_cl_price")
|
|
|
-@Accessors(chain = true)
|
|
|
-@EqualsAndHashCode(callSuper = false)
|
|
|
-@ApiModel(value="kzks_cost_model_cl_price对象", description="kzks_cost_model_cl_price")
|
|
|
-public class KzksCostModelClPrice implements Serializable {
|
|
|
- private static final long serialVersionUID = 1L;
|
|
|
-
|
|
|
- /**id*/
|
|
|
- @TableId(type = IdType.AUTO)
|
|
|
- @ApiModelProperty(value = "id")
|
|
|
- private java.lang.Integer id;
|
|
|
- /**物料编码*/
|
|
|
- @Excel(name = "物料编码", width = 15)
|
|
|
- @ApiModelProperty(value = "物料编码")
|
|
|
- private java.lang.String wlbm;
|
|
|
- /**规格型号*/
|
|
|
- @Excel(name = "规格型号", width = 15)
|
|
|
- @ApiModelProperty(value = "规格型号")
|
|
|
- private java.lang.String ggxh;
|
|
|
- /**质量等级*/
|
|
|
- @Excel(name = "质量等级", width = 15)
|
|
|
- @ApiModelProperty(value = "质量等级")
|
|
|
- private java.lang.String zlLevel;
|
|
|
- /**单价*/
|
|
|
- @Excel(name = "单价", width = 15)
|
|
|
- @ApiModelProperty(value = "单价")
|
|
|
- private BigDecimal danjia;
|
|
|
- /**批次号*/
|
|
|
- @Excel(name = "批次号", width = 15)
|
|
|
- @ApiModelProperty(value = "批次号")
|
|
|
- private java.lang.String pici;
|
|
|
- /**供应商批次号*/
|
|
|
- @Excel(name = "供应商批次号", width = 15)
|
|
|
- @ApiModelProperty(value = "供应商批次号")
|
|
|
- private java.lang.String wzGysPch;
|
|
|
- /**合同签署日期*/
|
|
|
- @Excel(name = "合同签署日期", width = 15)
|
|
|
- @ApiModelProperty(value = "合同签署日期")
|
|
|
- private java.lang.String htDate;
|
|
|
- /**合同余额*/
|
|
|
- @Excel(name = "合同余额", width = 15)
|
|
|
- @ApiModelProperty(value = "合同余额")
|
|
|
- private BigDecimal htye;
|
|
|
- /**发票开票时间*/
|
|
|
- @Excel(name = "发票开票时间", width = 15)
|
|
|
- @ApiModelProperty(value = "发票开票时间")
|
|
|
- private java.lang.String fpDate;
|
|
|
- /**计量单位*/
|
|
|
- @Excel(name = "计量单位", width = 15)
|
|
|
- @ApiModelProperty(value = "计量单位")
|
|
|
- private java.lang.String jldw;
|
|
|
- /**对方合同号*/
|
|
|
- @Excel(name = "对方合同号", width = 15)
|
|
|
- @ApiModelProperty(value = "对方合同号")
|
|
|
- private java.lang.String dfhth;
|
|
|
- /**数量*/
|
|
|
- @Excel(name = "数量", width = 15)
|
|
|
- @ApiModelProperty(value = "数量")
|
|
|
- private java.lang.String sl;
|
|
|
- /**发票金额*/
|
|
|
- @Excel(name = "发票金额", width = 15)
|
|
|
- @ApiModelProperty(value = "发票金额")
|
|
|
- private BigDecimal fpje;
|
|
|
- /**供应商*/
|
|
|
- @Excel(name = "供应商", width = 15)
|
|
|
- @ApiModelProperty(value = "供应商")
|
|
|
- private java.lang.String gys;
|
|
|
- /**凭证金额*/
|
|
|
- @Excel(name = "凭证金额", width = 15)
|
|
|
- @ApiModelProperty(value = "凭证金额")
|
|
|
- private java.math.BigDecimal pzje;
|
|
|
- /**报销单金额*/
|
|
|
- @Excel(name = "报销单金额", width = 15)
|
|
|
- @ApiModelProperty(value = "报销单金额")
|
|
|
- private BigDecimal bxdJe;
|
|
|
- /**合同金额*/
|
|
|
- @Excel(name = "合同金额", width = 15)
|
|
|
- @ApiModelProperty(value = "合同金额")
|
|
|
- private BigDecimal htJe;
|
|
|
- /**入库单金额*/
|
|
|
- @Excel(name = "入库单金额", width = 15)
|
|
|
- @ApiModelProperty(value = "入库单金额")
|
|
|
- private java.lang.String totalJe;
|
|
|
- /**入库单号*/
|
|
|
- @Excel(name = "入库单号", width = 15)
|
|
|
- @ApiModelProperty(value = "入库单号")
|
|
|
- private java.lang.String billno;
|
|
|
- /**合同号*/
|
|
|
- @Excel(name = "合同号", width = 15)
|
|
|
- @ApiModelProperty(value = "合同号")
|
|
|
- private java.lang.String hth;
|
|
|
- /**合同年份*/
|
|
|
- @Excel(name = "合同年份", width = 15)
|
|
|
- @ApiModelProperty(value = "合同年份")
|
|
|
- private java.lang.String tYear;
|
|
|
- /**发票号*/
|
|
|
- @Excel(name = "发票号", width = 15)
|
|
|
- @ApiModelProperty(value = "发票号")
|
|
|
- private java.lang.String fph;
|
|
|
- /**报销单号*/
|
|
|
- @Excel(name = "报销单号", width = 15)
|
|
|
- @ApiModelProperty(value = "报销单号")
|
|
|
- private java.lang.String bxdBh;
|
|
|
- /**凭证日期*/
|
|
|
- @Excel(name = "凭证日期", width = 15)
|
|
|
- @ApiModelProperty(value = "凭证日期")
|
|
|
- private java.lang.String pzrq;
|
|
|
- /**费用类别*/
|
|
|
- @Excel(name = "费用类别", width = 15)
|
|
|
- @ApiModelProperty(value = "费用类别")
|
|
|
- private java.lang.String fylb;
|
|
|
- /**凭证编号*/
|
|
|
- @Excel(name = "凭证编号", width = 15)
|
|
|
- @ApiModelProperty(value = "凭证编号")
|
|
|
- private java.lang.String pzbh;
|
|
|
- /**银行流水号*/
|
|
|
- @Excel(name = "银行流水号", width = 15)
|
|
|
- @ApiModelProperty(value = "银行流水号")
|
|
|
- private java.lang.String yhhdBh;
|
|
|
- /**合同附件*/
|
|
|
- @Excel(name = "合同附件", width = 15)
|
|
|
- @ApiModelProperty(value = "合同附件")
|
|
|
- private java.lang.Integer fjHt;
|
|
|
- /**凭证附件*/
|
|
|
- @Excel(name = "凭证附件", width = 15)
|
|
|
- @ApiModelProperty(value = "凭证附件")
|
|
|
- private java.lang.Integer fjPz;
|
|
|
- /**报销单附件*/
|
|
|
- @Excel(name = "报销单附件", width = 15)
|
|
|
- @ApiModelProperty(value = "报销单附件")
|
|
|
- private java.lang.Integer fjBxd;
|
|
|
- /**回单附件*/
|
|
|
- @Excel(name = "回单附件", width = 15)
|
|
|
- @ApiModelProperty(value = "回单附件")
|
|
|
- private java.lang.Integer fjYhhd;
|
|
|
- /**入库单附件*/
|
|
|
- @Excel(name = "入库单附件", width = 15)
|
|
|
- @ApiModelProperty(value = "入库单附件")
|
|
|
- private java.lang.Integer fjRkd;
|
|
|
- /**发票附件*/
|
|
|
- @Excel(name = "发票附件", width = 15)
|
|
|
- @ApiModelProperty(value = "发票附件")
|
|
|
- private java.lang.String fjFp;
|
|
|
- /**物料名称*/
|
|
|
- @Excel(name = "物料名称", width = 15)
|
|
|
- @ApiModelProperty(value = "物料名称")
|
|
|
- private java.lang.String wlmc;
|
|
|
- /**凭证唯一码*/
|
|
|
- @Excel(name = "凭证唯一码", width = 15)
|
|
|
- @ApiModelProperty(value = "凭证唯一码")
|
|
|
- private java.lang.String pzCode;
|
|
|
- /**物料唯一码*/
|
|
|
- @Excel(name = "物料唯一码", width = 15)
|
|
|
- @ApiModelProperty(value = "物料唯一码")
|
|
|
- private java.lang.String uniqueId;
|
|
|
- /**创建人*/
|
|
|
- @ApiModelProperty(value = "创建人")
|
|
|
- private java.lang.String createBy;
|
|
|
- /**创建日期*/
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
- @ApiModelProperty(value = "创建日期")
|
|
|
- private java.util.Date createTime;
|
|
|
- /**更新人*/
|
|
|
- @ApiModelProperty(value = "更新人")
|
|
|
- private java.lang.String updateBy;
|
|
|
- /**更新日期*/
|
|
|
- @JsonFormat(timezone = "GMT+8",pattern = "yyyy-MM-dd")
|
|
|
- @DateTimeFormat(pattern="yyyy-MM-dd")
|
|
|
- @ApiModelProperty(value = "更新日期")
|
|
|
- private java.util.Date updateTime;
|
|
|
- /**所属部门*/
|
|
|
- @ApiModelProperty(value = "所属部门")
|
|
|
- private java.lang.String sysOrgCode;
|
|
|
- /**采购日期*/
|
|
|
- @Excel(name = "采购日期", width = 15)
|
|
|
- @ApiModelProperty(value = "采购日期")
|
|
|
- private java.lang.String caigouTime;
|
|
|
-
|
|
|
- public static long getSerialVersionUID() {
|
|
|
- return serialVersionUID;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getId() {
|
|
|
- return id;
|
|
|
- }
|
|
|
-
|
|
|
- public void setId(Integer id) {
|
|
|
- this.id = id;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWlbm() {
|
|
|
- return wlbm;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWlbm(String wlbm) {
|
|
|
- this.wlbm = wlbm;
|
|
|
- }
|
|
|
-
|
|
|
- public String getGgxh() {
|
|
|
- return ggxh;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGgxh(String ggxh) {
|
|
|
- this.ggxh = ggxh;
|
|
|
- }
|
|
|
-
|
|
|
- public String getZlLevel() {
|
|
|
- return zlLevel;
|
|
|
- }
|
|
|
-
|
|
|
- public void setZlLevel(String zlLevel) {
|
|
|
- this.zlLevel = zlLevel;
|
|
|
- }
|
|
|
-
|
|
|
- public BigDecimal getDanjia() {
|
|
|
- return danjia;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDanjia(BigDecimal danjia) {
|
|
|
- this.danjia = danjia;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPici() {
|
|
|
- return pici;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPici(String pici) {
|
|
|
- this.pici = pici;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWzGysPch() {
|
|
|
- return wzGysPch;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWzGysPch(String wzGysPch) {
|
|
|
- this.wzGysPch = wzGysPch;
|
|
|
- }
|
|
|
-
|
|
|
- public String getHtDate() {
|
|
|
- return htDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setHtDate(String htDate) {
|
|
|
- this.htDate = htDate;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public String getFpDate() {
|
|
|
- return fpDate;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFpDate(String fpDate) {
|
|
|
- this.fpDate = fpDate;
|
|
|
- }
|
|
|
-
|
|
|
- public String getJldw() {
|
|
|
- return jldw;
|
|
|
- }
|
|
|
-
|
|
|
- public void setJldw(String jldw) {
|
|
|
- this.jldw = jldw;
|
|
|
- }
|
|
|
-
|
|
|
- public String getDfhth() {
|
|
|
- return dfhth;
|
|
|
- }
|
|
|
-
|
|
|
- public void setDfhth(String dfhth) {
|
|
|
- this.dfhth = dfhth;
|
|
|
- }
|
|
|
-
|
|
|
- public String getSl() {
|
|
|
- return sl;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSl(String sl) {
|
|
|
- this.sl = sl;
|
|
|
- }
|
|
|
-
|
|
|
-
|
|
|
- public String getGys() {
|
|
|
- return gys;
|
|
|
- }
|
|
|
-
|
|
|
- public void setGys(String gys) {
|
|
|
- this.gys = gys;
|
|
|
- }
|
|
|
-
|
|
|
- public BigDecimal getPzje() {
|
|
|
- return pzje;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPzje(BigDecimal pzje) {
|
|
|
- this.pzje = pzje;
|
|
|
- }
|
|
|
-
|
|
|
- public BigDecimal getBxdJe() {
|
|
|
- return bxdJe;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBxdJe(BigDecimal bxdJe) {
|
|
|
- this.bxdJe = bxdJe;
|
|
|
- }
|
|
|
-
|
|
|
- public String getTotalJe() {
|
|
|
- return totalJe;
|
|
|
- }
|
|
|
-
|
|
|
- public void setTotalJe(String totalJe) {
|
|
|
- this.totalJe = totalJe;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBillno() {
|
|
|
- return billno;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBillno(String billno) {
|
|
|
- this.billno = billno;
|
|
|
- }
|
|
|
-
|
|
|
- public String getHth() {
|
|
|
- return hth;
|
|
|
- }
|
|
|
-
|
|
|
- public void setHth(String hth) {
|
|
|
- this.hth = hth;
|
|
|
- }
|
|
|
-
|
|
|
- public String gettYear() {
|
|
|
- return tYear;
|
|
|
- }
|
|
|
-
|
|
|
- public void settYear(String tYear) {
|
|
|
- this.tYear = tYear;
|
|
|
- }
|
|
|
-
|
|
|
- public String getFph() {
|
|
|
- return fph;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFph(String fph) {
|
|
|
- this.fph = fph;
|
|
|
- }
|
|
|
-
|
|
|
- public String getBxdBh() {
|
|
|
- return bxdBh;
|
|
|
- }
|
|
|
-
|
|
|
- public void setBxdBh(String bxdBh) {
|
|
|
- this.bxdBh = bxdBh;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPzrq() {
|
|
|
- return pzrq;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPzrq(String pzrq) {
|
|
|
- this.pzrq = pzrq;
|
|
|
- }
|
|
|
-
|
|
|
- public String getFylb() {
|
|
|
- return fylb;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFylb(String fylb) {
|
|
|
- this.fylb = fylb;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPzbh() {
|
|
|
- return pzbh;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPzbh(String pzbh) {
|
|
|
- this.pzbh = pzbh;
|
|
|
- }
|
|
|
-
|
|
|
- public String getYhhdBh() {
|
|
|
- return yhhdBh;
|
|
|
- }
|
|
|
-
|
|
|
- public void setYhhdBh(String yhhdBh) {
|
|
|
- this.yhhdBh = yhhdBh;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getFjHt() {
|
|
|
- return fjHt;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFjHt(Integer fjHt) {
|
|
|
- this.fjHt = fjHt;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getFjPz() {
|
|
|
- return fjPz;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFjPz(Integer fjPz) {
|
|
|
- this.fjPz = fjPz;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getFjBxd() {
|
|
|
- return fjBxd;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFjBxd(Integer fjBxd) {
|
|
|
- this.fjBxd = fjBxd;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getFjYhhd() {
|
|
|
- return fjYhhd;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFjYhhd(Integer fjYhhd) {
|
|
|
- this.fjYhhd = fjYhhd;
|
|
|
- }
|
|
|
-
|
|
|
- public Integer getFjRkd() {
|
|
|
- return fjRkd;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFjRkd(Integer fjRkd) {
|
|
|
- this.fjRkd = fjRkd;
|
|
|
- }
|
|
|
-
|
|
|
- public String getFjFp() {
|
|
|
- return fjFp;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFjFp(String fjFp) {
|
|
|
- this.fjFp = fjFp;
|
|
|
- }
|
|
|
-
|
|
|
- public String getWlmc() {
|
|
|
- return wlmc;
|
|
|
- }
|
|
|
-
|
|
|
- public void setWlmc(String wlmc) {
|
|
|
- this.wlmc = wlmc;
|
|
|
- }
|
|
|
-
|
|
|
- public String getPzCode() {
|
|
|
- return pzCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setPzCode(String pzCode) {
|
|
|
- this.pzCode = pzCode;
|
|
|
- }
|
|
|
-
|
|
|
- public String getUniqueId() {
|
|
|
- return uniqueId;
|
|
|
- }
|
|
|
-
|
|
|
- public void setUniqueId(String uniqueId) {
|
|
|
- this.uniqueId = uniqueId;
|
|
|
- }
|
|
|
-
|
|
|
- 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 String getSysOrgCode() {
|
|
|
- return sysOrgCode;
|
|
|
- }
|
|
|
-
|
|
|
- public void setSysOrgCode(String sysOrgCode) {
|
|
|
- this.sysOrgCode = sysOrgCode;
|
|
|
- }
|
|
|
-
|
|
|
- public String getCaigouTime() {
|
|
|
- return caigouTime;
|
|
|
- }
|
|
|
-
|
|
|
- public BigDecimal getHtye() {
|
|
|
- return htye;
|
|
|
- }
|
|
|
-
|
|
|
- public void setHtye(BigDecimal htye) {
|
|
|
- this.htye = htye;
|
|
|
- }
|
|
|
-
|
|
|
- public BigDecimal getFpje() {
|
|
|
- return fpje;
|
|
|
- }
|
|
|
-
|
|
|
- public void setFpje(BigDecimal fpje) {
|
|
|
- this.fpje = fpje;
|
|
|
- }
|
|
|
-
|
|
|
- public BigDecimal getHtJe() {
|
|
|
- return htJe;
|
|
|
- }
|
|
|
-
|
|
|
- public void setHtJe(BigDecimal htJe) {
|
|
|
- this.htJe = htJe;
|
|
|
- }
|
|
|
-
|
|
|
- public void setCaigouTime(String caigouTime) {
|
|
|
- this.caigouTime = caigouTime;
|
|
|
- }
|
|
|
-}
|