| | |
| | | import javax.validation.constraints.NotNull; |
| | | |
| | | @ApiModel(description = "新增点检项信息") |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/dto/CheckItemSubmitDTO.class */ |
| | | public class CheckItemSubmitDTO implements Serializable { |
| | | private static final long serialVersionUID = 8394695443078255718L; |
| | | @NotNull(message = "{cps.check.item.name.not.null}") |
| | |
| | | @ApiModelProperty(value = "标准数值", required = true) |
| | | private String standardValue; |
| | | |
| | | /* loaded from: blade-api.jar:BOOT-INF/classes/org/springblade/modules/cps/dto/CheckItemSubmitDTO$CheckItemSubmitDTOBuilder.class */ |
| | | |
| | | public static class CheckItemSubmitDTOBuilder { |
| | | private String name; |
| | | private String valueType; |