| | |
| | | import com.alibaba.fastjson.JSONObject; |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.fasterxml.jackson.databind.annotation.JsonDeserialize; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | |
| | | * 主键id |
| | | */ |
| | | @TableId(type = IdType.AUTO) |
| | | private Integer id; |
| | | private Long id; |
| | | |
| | | @ApiModelProperty("项目参数id") |
| | | private Integer structureItemParameterId; |
| | |
| | | private Integer insBushId; |
| | | |
| | | @ApiModelProperty("标准方法id") |
| | | private Integer standardMethodListId; |
| | | private String standardMethodListId; |
| | | |
| | | //返回的20度常温的计算值(温度循环) |
| | | @TableField(exist = false ,select = false) |
| | |
| | | @ApiModelProperty(value = "自关联(绑定id)") |
| | | private Integer bindingProductId; |
| | | |
| | | @ApiModelProperty(value = "检验人员ID") |
| | | private Integer checkUserId; |
| | | |
| | | } |