Crunchy
2024-04-25 cfdaaae8690e188f6971057259873aa408ebc9e3
cnas-server/src/main/java/com/yuanchu/mom/pojo/StructureTestObject.java
@@ -25,9 +25,20 @@
    private Integer id;
    @ValueTableShow(1)
    @ApiModelProperty(value = "样品名称")
    @ApiModelProperty(value = "场所")
    private Integer laboratory;
    @TableField(exist = false)
    private Integer laboratory_id;
    @ValueTableShow(1)
    @ApiModelProperty(value = "检验对象")
    private String specimenName;
    @ValueTableShow(2)
    @ApiModelProperty(value = "对象代号")
    private String code;
    @ApiModelProperty(value = "创建人id")
    @TableField(fill = FieldFill.INSERT)
    private Integer createUser;