Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -30,7 +30,7 @@ public class FedexDetail { | ... | @@ -30,7 +30,7 @@ public class FedexDetail { |
| 30 | private Long basfId; | 30 | private Long basfId; |
| 31 | 31 | ||
| 32 | @Column(name="CONSIGNMENTDETAILID") | 32 | @Column(name="CONSIGNMENTDETAILID") |
| 33 | - @NotNull(message="参数consignmentDetailId不能为空") | 33 | +// @NotNull(message="参数consignmentDetailId不能为空") |
| 34 | private Long consignmentDetailId; | 34 | private Long consignmentDetailId; |
| 35 | 35 | ||
| 36 | @ApiModelProperty(value = "商品编号") | 36 | @ApiModelProperty(value = "商品编号") | ... | ... |
| ... | @@ -50,7 +50,7 @@ public class Fedexc implements Serializable { | ... | @@ -50,7 +50,7 @@ public class Fedexc implements Serializable { |
| 50 | 50 | ||
| 51 | @ApiModelProperty(value = "运单ID", name = "consignmentId", example = "运单记录的唯一ID") | 51 | @ApiModelProperty(value = "运单ID", name = "consignmentId", example = "运单记录的唯一ID") |
| 52 | @Column(name = "CONSIGNMENTID") | 52 | @Column(name = "CONSIGNMENTID") |
| 53 | - @NotNull(message="参数consignmentId不能为空!") | 53 | +// @NotNull(message="参数consignmentId不能为空!") |
| 54 | // @NotBlank(message="参数consignmentId不能为空!") | 54 | // @NotBlank(message="参数consignmentId不能为空!") |
| 55 | private Long consignmentId; | 55 | private Long consignmentId; |
| 56 | 56 | ... | ... |
-
Please register or login to post a comment