XiaoRuby
2023-07-19 2d44844cafa096bd42391b8d2c2185f0bfbf2d79
standard-server/src/main/java/com/yuanchu/limslaboratory/pojo/Specifications.java
@@ -32,7 +32,7 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "规格id", example = "modelId", required = true)
    @ApiModelProperty(value = "规格编号", example = "modelId", required = true)
    private String number;
    @ApiModelProperty(value = "产品规格名称", example = "AB", required = true)
@@ -54,6 +54,7 @@
    private Integer spe_state;
    @ApiModelProperty(value = "逻辑删除 正常>=1,删除<=0", hidden = true)
    @TableLogic(value = "1", delval = "0")
    private Integer state;
    @TableField(fill = FieldFill.INSERT)