工作组修改#40347
This commit is contained in:
@@ -5,6 +5,7 @@ import lombok.Data;
|
||||
|
||||
import javax.validation.constraints.*;
|
||||
import java.io.Serializable;
|
||||
import java.math.BigDecimal;
|
||||
import java.util.List;
|
||||
|
||||
@Data
|
||||
@@ -19,7 +20,7 @@ public class SetChargeInput implements Serializable {
|
||||
@ApiModelProperty(value = "应收金额(元)")
|
||||
@DecimalMax(value = "9999999999.99",message = "应收金额(元)格式错误")
|
||||
@NotNull(message = "应收金额(元)不能为空!")
|
||||
private Integer receivableAmount;
|
||||
private BigDecimal receivableAmount;
|
||||
/**收费通知号*/
|
||||
@ApiModelProperty(value = "收费通知号")
|
||||
@NotEmpty(message = "收费通知号不能为空")
|
||||
|
||||
Reference in New Issue
Block a user