liujie
昨天 2168befb7a568614c120095c413fb0121e5408d6
ruoyi-system/src/main/java/com/ruoyi/system/model/TCrmSupplier.java
@@ -6,6 +6,7 @@
import io.swagger.annotations.ApiModelProperty;
import lombok.Data;
import lombok.EqualsAndHashCode;
import org.hibernate.validator.constraints.Length;
import java.io.Serializable;
import java.time.LocalDateTime;
@@ -45,10 +46,12 @@
    @TableField("supplier_contact")
    private String supplierContact;
    @Length(max = 11, message = "手机号长度不能超过11个字符")
    @ApiModelProperty(value = "联系电话")
    @TableField("phone")
    private String phone;
    @Length(max = 40, message = "账号长度不能超过40个字符")
    @ApiModelProperty(value = "账号")
    @TableField("account")
    private String account;