| | |
| | | package com.yuanchu.mom.pojo; |
| | | |
| | | import com.alibaba.excel.annotation.ExcelIgnoreUnannotated; |
| | | import com.alibaba.excel.annotation.ExcelProperty; |
| | | import com.baomidou.mybatisplus.annotation.FieldFill; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | * 标准物质验收 |
| | | * </p> |
| | | * |
| | | * @author 芯导软件(江苏)有限公司 |
| | | * @author |
| | | * @since 2024-11-14 03:29:41 |
| | | */ |
| | | @Getter |
| | | @Setter |
| | | @TableName("cnas_fe_standard_substance_acceptance") |
| | | @ApiModel(value = "FeStandardSubstanceAcceptance对象", description = "标准物质验收") |
| | | @ExcelIgnoreUnannotated |
| | | public class FeStandardSubstanceAcceptance implements Serializable { |
| | | |
| | | private static final long serialVersionUID = 1L; |
| | |
| | | private Integer id; |
| | | |
| | | @ApiModelProperty("清单id") |
| | | @ExcelProperty("清单id") |
| | | private Integer substanceId; |
| | | |
| | | @ApiModelProperty("到货日期") |