| | |
| | | package com.yuanchu.mom.pojo; |
| | | |
| | | import java.io.Serializable; |
| | | import java.time.LocalDateTime; |
| | | import java.util.Date; |
| | | |
| | | import com.baomidou.mybatisplus.annotation.*; |
| | | import com.fasterxml.jackson.annotation.JsonFormat; |
| | | import com.yuanchu.mom.annotation.ValueTableShow; |
| | | import com.yuanchu.mom.common.OrderBy; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import lombok.Data; |
| | | |
| | | import java.io.Serializable; |
| | | import java.time.LocalDateTime; |
| | | |
| | | /** |
| | | * 检测对象(StructureTestObject)表对象 |
| | |
| | | |
| | | @ValueTableShow(1) |
| | | @ApiModelProperty(value = "场所") |
| | | private Integer laboratory; |
| | | |
| | | @TableField(exist = false) |
| | | private Integer laboratory_id; |
| | | private Integer laboratoryId; |
| | | |
| | | @ValueTableShow(1) |
| | | @ApiModelProperty(value = "检验对象") |