| | |
| | | package com.jcdm.main.da.paramCollection.domain; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.TableField; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.jcdm.common.annotation.Excel; |
| | | import com.jcdm.common.core.domain.BaseEntity; |
| | | import com.jcdm.main.bs.formulaChild.domain.BsFormulaChildInfo; |
| | | import lombok.Data; |
| | | import org.apache.commons.lang3.builder.ToStringBuilder; |
| | | import org.apache.commons.lang3.builder.ToStringStyle; |
| | |
| | | @TableField(exist = false) |
| | | private String weightValue; |
| | | |
| | | @TableField(exist = false) |
| | | private BsFormulaChildInfo formulaChildEntity; |
| | | |
| | | @TableField(exist = false) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date inboundTime; |
| | | |
| | | @TableField(exist = false) |
| | | @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss") |
| | | private Date outboundTime; |
| | | |
| | | @TableField(exist = false) |
| | | private String screwNumber; |
| | | |
| | | @TableField(exist = false) |
| | | private String torque; |
| | | |
| | | @TableField(exist = false) |
| | | private String angle; |
| | | |
| | | @TableField(exist = false) |
| | | private String torqueResult; |
| | | |
| | | @TableField(exist = false) |
| | | private String angleResult; |
| | | |
| | | |
| | | public Date getInboundTime() { |
| | | return inboundTime; |
| | | } |
| | | |
| | | public void setInboundTime(Date inboundTime) { |
| | | this.inboundTime = inboundTime; |
| | | } |
| | | |
| | | public BsFormulaChildInfo getFormulaChildEntity() { |
| | | return formulaChildEntity; |
| | | } |
| | | |
| | | public void setFormulaChildEntity(BsFormulaChildInfo formulaChildEntity) { |
| | | this.formulaChildEntity = formulaChildEntity; |
| | | } |
| | | |
| | | public String getTightenTheArray() { |
| | | return tightenTheArray; |
| | | } |