装备重量设置不为必填
This commit is contained in:
parent
351f6b0154
commit
58ed988693
|
|
@ -51,7 +51,6 @@ public class DevInfo extends BaseEntity {
|
||||||
private String deviceName;
|
private String deviceName;
|
||||||
|
|
||||||
@ApiModelProperty(value = "整机装备重量")
|
@ApiModelProperty(value = "整机装备重量")
|
||||||
@NotBlank
|
|
||||||
private String deviceWeight;
|
private String deviceWeight;
|
||||||
|
|
||||||
@Excel(name = "设备数量")
|
@Excel(name = "设备数量")
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue