|
|
@@ -21,9 +21,6 @@ public class SupplierSafetyQualificationDTO implements Serializable { |
|
|
|
|
|
|
|
private static final long serialVersionUID = 1L; |
|
|
|
|
|
|
|
@ApiModelProperty("主键") |
|
|
|
private Long id; |
|
|
|
|
|
|
|
@ApiModelProperty("项目编号") |
|
|
|
@NotBlank(message = "项目编号不能为空") |
|
|
|
private String projectCode; |
|
|
|