|
@ -99,7 +99,7 @@ public class PurchasereceiptRequestDetailBaseVO { |
|
|
private String projectCode; |
|
|
private String projectCode; |
|
|
|
|
|
|
|
|
@Schema(description = "数量") |
|
|
@Schema(description = "数量") |
|
|
@NotBlank(message = "数量不能为空") |
|
|
@NotNull(message = "数量不能为空") |
|
|
private BigDecimal qty; |
|
|
private BigDecimal qty; |
|
|
|
|
|
|
|
|
@Schema(description = "计量单位") |
|
|
@Schema(description = "计量单位") |
|
|