| | |
| | | import com.baomidou.mybatisplus.annotation.TableId; |
| | | import com.baomidou.mybatisplus.annotation.TableName; |
| | | import com.baomidou.mybatisplus.extension.activerecord.Model; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import org.springframework.scheduling.annotation.Async; |
| | | |
| | | import java.math.BigDecimal; |
| | | |
| | |
| | | @ApiModelProperty(value = "计划方法") |
| | | private String planningMethod; |
| | | |
| | | |
| | | private String sharpenerNo; |
| | | |
| | | private String caveNum; |
| | | |
| | | private String gramWeight; |
| | | |
| | | private String gateGramWeight; |
| | | |
| | | private String moldingCycle; |
| | | |
| | | private String machine; |
| | | |
| | | private String scale; |
| | | |
| | | private String dryingTime; |
| | | |
| | | private String dryingTemperature; |
| | | |
| | | private String packingInfo; |
| | | } |