|
|
|
@ -8,10 +8,7 @@ import lombok.EqualsAndHashCode;
|
|
|
|
|
import org.hibernate.annotations.DynamicInsert;
|
|
|
|
|
import org.hibernate.annotations.DynamicUpdate;
|
|
|
|
|
|
|
|
|
|
import javax.persistence.Column;
|
|
|
|
|
import javax.persistence.Entity;
|
|
|
|
|
import javax.persistence.Lob;
|
|
|
|
|
import javax.persistence.Table;
|
|
|
|
|
import javax.persistence.*;
|
|
|
|
|
import java.io.Serializable;
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
@ -47,4 +44,8 @@ public class MesRoute extends BaseBean implements Serializable {
|
|
|
|
|
@Column(name = "ROUTE_TYPE")
|
|
|
|
|
@ApiParam("流程类型 10-扫描类型 20-监控类型")
|
|
|
|
|
private Integer routeType;
|
|
|
|
|
|
|
|
|
|
@Transient
|
|
|
|
|
@ApiParam("生产线")
|
|
|
|
|
private String workCenterCode;
|
|
|
|
|
}
|
|
|
|
|