Commit 5a332aa4 by lpx

# 优化

parent 5b2c9f2f
......@@ -45,8 +45,4 @@ public class McStrokeDiscountAddParam extends BaseEntity {
@ApiModelProperty("价格")
private BigDecimal money;
@NotNull(message = "行程类型不能为空")
@ApiModelProperty("行程类型,0-单程,1-往返行程,2-货运,3-医疗")
private Integer type;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment