fix bug 资料网元回显收费标准不正确
This commit is contained in:
@@ -18,6 +18,7 @@ import io.swagger.annotations.ApiModelProperty;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import lombok.experimental.Accessors;
|
||||
|
||||
import javax.validation.constraints.DecimalMax;
|
||||
import javax.validation.constraints.NotBlank;
|
||||
import javax.validation.constraints.Pattern;
|
||||
import javax.validation.constraints.Size;
|
||||
@@ -109,6 +110,8 @@ public class PayMemberProject implements Serializable {
|
||||
*/
|
||||
@Excel(name = "收费标准", width = 15)
|
||||
@ApiModelProperty(value = "收费标准")
|
||||
@JsonFormat(shape = JsonFormat.Shape.STRING)
|
||||
@DecimalMax(value = "9999999999.99",message = "收费标准格式错误")
|
||||
private BigDecimal chargeStandard;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user