|
|
@ -17,6 +17,7 @@ |
|
|
|
|
|
|
|
package com.epmet.dto.form; |
|
|
|
|
|
|
|
import com.epmet.commons.tools.constant.NumConstant; |
|
|
|
import com.epmet.commons.tools.validator.group.CustomerClientShowGroup; |
|
|
|
import lombok.Data; |
|
|
|
import org.hibernate.validator.constraints.Length; |
|
|
@ -24,6 +25,7 @@ import org.hibernate.validator.constraints.Length; |
|
|
|
import javax.validation.constraints.NotBlank; |
|
|
|
import javax.validation.constraints.NotNull; |
|
|
|
import java.io.Serializable; |
|
|
|
import java.math.BigDecimal; |
|
|
|
|
|
|
|
|
|
|
|
@Data |
|
|
@ -85,7 +87,7 @@ public class IcBulidingAddFormDTO implements Serializable { |
|
|
|
* 排序 |
|
|
|
*/ |
|
|
|
@NotNull(message = "排序不能为空", groups = {AddShowGroup.class, UpdateShowGroup.class}) |
|
|
|
private Double sort = 0.00; |
|
|
|
private BigDecimal sort = NumConstant.ZERO_DECIMAL; |
|
|
|
|
|
|
|
/** |
|
|
|
* 总单元数 |
|
|
|