XiaoRuby
2023-08-04 4243b6500bbc58ea17b452cd7800e8fd94765f76
standard-server/src/main/java/com/yuanchu/limslaboratory/pojo/Specifications.java
@@ -34,7 +34,7 @@
    @TableId(value = "id", type = IdType.AUTO)
    private Integer id;
    @ApiModelProperty(value = "产品规格名称", example = "AB", required = true)
    @ApiModelProperty(value = "规格名称", example = "AB", required = true)
    private String name;
    @ApiModelProperty(value = "逻辑删除 正常>=1,删除<=0", hidden = true)