Merge pull request 'MesProdCfgType 新增 项目代码与报文vehicleCode关系字段' (#319) from honghui.jiang/i3plus-pojo:test into test

Reviewed-on: http://git.estsh.com/i3-IMPP/i3plus-pojo/pulls/319
yun-zuoyi
聂帅 3 years ago
commit a70c9cf5ec

@ -5,15 +5,11 @@ import cn.estsh.i3plus.pojo.base.bean.BaseBean;
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.*;
import java.io.Serializable;
/**
@ -48,4 +44,8 @@ public class MesProdCfgType extends BaseBean implements Serializable {
@Column(name = "DWG_VERSION")
@ApiParam("图纸版本")
private String dwgVersion;
@Column(name = "VEHICLE_CODE")
@ApiParam("vehicleCode")
private String vehicleCode;
}

Loading…
Cancel
Save