Merge pull request 'WmsBH物料子检测项新增录入方式字段' (#312) from baoyu.wang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/312
yun-zuoyi
臧学普 4 years ago
commit 0e5cafae91

@ -8,15 +8,11 @@ import cn.estsh.i3plus.pojo.base.enumutil.WmsEnumUtil;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiParam;
import lombok.Data;
import javax.persistence.Inheritance;
import javax.persistence.InheritanceType;
import lombok.EqualsAndHashCode;
import org.hibernate.annotations.DynamicInsert;
import org.hibernate.annotations.DynamicUpdate;
import javax.persistence.Column;
import javax.persistence.Entity;
import javax.persistence.Table;
import javax.persistence.*;
/**
* @Description :
@ -82,4 +78,8 @@ public class WmsPartItemCheck extends BaseBean {
@ApiParam("最小值")
@DynamicField(webFieldType = CommonEnumUtil.FIELD_TYPE.NUMBER, isRequire = 2)
private Double min;
@Column(name = "INPUT_METHOD")
@ApiParam("录入方式")
private Integer inputMethod;
}

Loading…
Cancel
Save