|
|
|
@ -10,6 +10,7 @@ import lombok.Data;
|
|
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
import org.springframework.context.annotation.Lazy;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
|
|
|
|
@ -107,9 +108,10 @@ public class MesProductData extends BaseBean {
|
|
|
|
|
private String groupNo;
|
|
|
|
|
|
|
|
|
|
@Json4Es
|
|
|
|
|
@Column(name = "TEST_DATA")
|
|
|
|
|
@ApiParam("测试json数据")
|
|
|
|
|
private String testData;
|
|
|
|
|
@Lob
|
|
|
|
|
@Column(name = "LINE_DATA")
|
|
|
|
|
@ApiParam("生产数据")
|
|
|
|
|
private String lineData;
|
|
|
|
|
|
|
|
|
|
@Lob
|
|
|
|
|
@Transient
|
|
|
|
|