第一次提交
commit
54e1747c5b
@ -0,0 +1,108 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
||||
xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 https://maven.apache.org/xsd/maven-4.0.0.xsd">
|
||||
<modelVersion>4.0.0</modelVersion>
|
||||
<groupId>com.ipsplm</groupId>
|
||||
<artifactId>cosco-shipping-heavy</artifactId>
|
||||
<version>1.0</version>
|
||||
<name>cosco-shipping-heavy</name>
|
||||
<description>中远海运重工</description>
|
||||
<properties>
|
||||
<java.version>1.8</java.version>
|
||||
<project.build.sourceEncoding>UTF-8</project.build.sourceEncoding>
|
||||
<project.reporting.outputEncoding>UTF-8</project.reporting.outputEncoding>
|
||||
<spring-boot.version>2.6.13</spring-boot.version>
|
||||
</properties>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-web</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>mysql</groupId>
|
||||
<artifactId>mysql-connector-java</artifactId>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.projectlombok</groupId>
|
||||
<artifactId>lombok</artifactId>
|
||||
<optional>true</optional>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>com.alibaba</groupId>
|
||||
<artifactId>fastjson</artifactId>
|
||||
<version>1.2.76</version>
|
||||
</dependency>
|
||||
|
||||
<!--自定义通用模块-->
|
||||
<dependency>
|
||||
<groupId>com.ipsplm</groupId>
|
||||
<artifactId>common-api</artifactId>
|
||||
<version>1.0</version>
|
||||
<exclusions>
|
||||
<exclusion>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-security</artifactId>
|
||||
</exclusion>
|
||||
</exclusions>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>cn.hutool</groupId>
|
||||
<artifactId>hutool-all</artifactId>
|
||||
<version>5.7.22</version>
|
||||
</dependency>
|
||||
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-starter-test</artifactId>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
<dependencyManagement>
|
||||
<dependencies>
|
||||
<dependency>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-dependencies</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<type>pom</type>
|
||||
<scope>import</scope>
|
||||
</dependency>
|
||||
</dependencies>
|
||||
</dependencyManagement>
|
||||
|
||||
<build>
|
||||
<plugins>
|
||||
<plugin>
|
||||
<groupId>org.apache.maven.plugins</groupId>
|
||||
<artifactId>maven-compiler-plugin</artifactId>
|
||||
<version>3.8.1</version>
|
||||
<configuration>
|
||||
<source>1.8</source>
|
||||
<target>1.8</target>
|
||||
<encoding>UTF-8</encoding>
|
||||
</configuration>
|
||||
</plugin>
|
||||
<plugin>
|
||||
<groupId>org.springframework.boot</groupId>
|
||||
<artifactId>spring-boot-maven-plugin</artifactId>
|
||||
<version>${spring-boot.version}</version>
|
||||
<configuration>
|
||||
<mainClass>com.ipsplm.CoscoShippingHeavyApplication</mainClass>
|
||||
<skip>true</skip>
|
||||
</configuration>
|
||||
<executions>
|
||||
<execution>
|
||||
<id>repackage</id>
|
||||
<goals>
|
||||
<goal>repackage</goal>
|
||||
</goals>
|
||||
</execution>
|
||||
</executions>
|
||||
</plugin>
|
||||
</plugins>
|
||||
</build>
|
||||
|
||||
</project>
|
@ -0,0 +1,13 @@
|
||||
package com.ipsplm;
|
||||
|
||||
import org.springframework.boot.SpringApplication;
|
||||
import org.springframework.boot.autoconfigure.SpringBootApplication;
|
||||
|
||||
@SpringBootApplication
|
||||
public class CoscoShippingHeavyApplication {
|
||||
|
||||
public static void main(String[] args) {
|
||||
SpringApplication.run(CoscoShippingHeavyApplication.class, args);
|
||||
}
|
||||
|
||||
}
|
@ -0,0 +1,154 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 不锈钢线缓存数量表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("buffernum_bxg")
|
||||
public class BufferNumBxg implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 不锈钢线流水线缓存区
|
||||
*/
|
||||
private String bxgBufferL;
|
||||
|
||||
/**
|
||||
* 不锈钢弯管机前序缓存区
|
||||
*/
|
||||
private String bxgWgjQ;
|
||||
|
||||
/**
|
||||
* 不锈钢弯管机后序缓存区
|
||||
*/
|
||||
private String bxgWgjH;
|
||||
|
||||
/**
|
||||
* 不锈钢支管切断前序缓存区
|
||||
*/
|
||||
private String bxgZgqdQ;
|
||||
|
||||
/**
|
||||
* 不锈钢支管切断后序缓存区
|
||||
*/
|
||||
private String bxgZgqdH;
|
||||
|
||||
/**
|
||||
* 不锈钢小组立前序缓存区
|
||||
*/
|
||||
private String bxgXzlQ;
|
||||
|
||||
/**
|
||||
* 不锈钢小组立后序缓存区
|
||||
*/
|
||||
private String bxgXzlH;
|
||||
|
||||
/**
|
||||
* 不锈钢弯头焊接机前序缓存区
|
||||
*/
|
||||
private String bxgWthjjQ;
|
||||
|
||||
/**
|
||||
* 不锈钢弯头焊接机后序缓存区
|
||||
*/
|
||||
private String bxgWthhjH;
|
||||
|
||||
/**
|
||||
* 不锈钢装配平台1前序缓存区
|
||||
*/
|
||||
private String bxgZppt1Q;
|
||||
|
||||
/**
|
||||
* 不锈钢装配平台1后序缓存区
|
||||
*/
|
||||
private String bxgZppt1H;
|
||||
|
||||
/**
|
||||
* 不锈钢装配平台2前序缓存区
|
||||
*/
|
||||
private String bxgZppt2Q;
|
||||
|
||||
/**
|
||||
* 不锈钢装配平台2后序缓存区
|
||||
*/
|
||||
private String bxgZppt2H;
|
||||
|
||||
/**
|
||||
* 不锈钢焊接工位1前序缓存区
|
||||
*/
|
||||
private String bxgHjgw1Q;
|
||||
|
||||
/**
|
||||
* 不锈钢焊接工位1后序缓存区
|
||||
*/
|
||||
private String bxgHjgw1H;
|
||||
|
||||
/**
|
||||
* 不锈钢焊接工位2前序缓存区
|
||||
*/
|
||||
private String bxgHjgw2Q;
|
||||
|
||||
/**
|
||||
* 不锈钢焊接工位2后序缓存区
|
||||
*/
|
||||
private String bxgHjgw2H;
|
||||
|
||||
/**
|
||||
* 不锈钢焊接工位3前序缓存区
|
||||
*/
|
||||
private String bxgHjgw3Q;
|
||||
|
||||
/**
|
||||
* 不锈钢焊接工位3后序缓存区
|
||||
*/
|
||||
private String bxgHjgw3H;
|
||||
|
||||
/**
|
||||
* 不锈钢一次完检前序缓存区
|
||||
*/
|
||||
private String bxgYcwjQ;
|
||||
|
||||
/**
|
||||
* 不锈钢一次完检后序缓存区
|
||||
*/
|
||||
private String bxgYcwjH;
|
||||
|
||||
/**
|
||||
* 不锈钢水试前序缓存区
|
||||
*/
|
||||
private String bxgSsQ;
|
||||
|
||||
/**
|
||||
* 探伤前序缓存区
|
||||
*/
|
||||
private String tsQ;
|
||||
|
||||
/**
|
||||
* 探伤后序缓存区
|
||||
*/
|
||||
private String tsH;
|
||||
|
||||
}
|
@ -0,0 +1,179 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 大径线缓存数量表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("buffernum_dj")
|
||||
public class BufferNumDj implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 大径线流水线缓存区1
|
||||
*/
|
||||
private String djBuffer1L;
|
||||
|
||||
/**
|
||||
* 大径线流水线缓存区2
|
||||
*/
|
||||
private String djBuffer2L;
|
||||
|
||||
/**
|
||||
* 大径支管切断前序缓存区
|
||||
*/
|
||||
private String djZgqdQ;
|
||||
|
||||
/**
|
||||
* 大径支管切断后序缓存区
|
||||
*/
|
||||
private String djZgqdH;
|
||||
|
||||
/**
|
||||
* 大径小组立前序缓存区
|
||||
*/
|
||||
private String djXzlQ;
|
||||
|
||||
/**
|
||||
* 大径小组立后序缓存区
|
||||
*/
|
||||
private String djXzlH;
|
||||
|
||||
/**
|
||||
* 大径弯头焊接机前序缓存区
|
||||
*/
|
||||
private String djWthjjQ;
|
||||
|
||||
/**
|
||||
* 大径弯头焊接机后序缓存区
|
||||
*/
|
||||
private String djWthhjH;
|
||||
|
||||
/**
|
||||
* 大径装配平台1前序缓存区
|
||||
*/
|
||||
private String djZppt1Q;
|
||||
|
||||
/**
|
||||
* 大径装配平台1后序缓存区
|
||||
*/
|
||||
private String djZppt1H;
|
||||
|
||||
/**
|
||||
* 大径装配平台2前序缓存区
|
||||
*/
|
||||
private String djZppt2Q;
|
||||
|
||||
/**
|
||||
* 大径装配平台2后序缓存区
|
||||
*/
|
||||
private String djZppt2H;
|
||||
|
||||
/**
|
||||
* 大径装配平台3前序缓存区
|
||||
*/
|
||||
private String djZppt3Q;
|
||||
|
||||
/**
|
||||
* 大径装配平台3后序缓存区
|
||||
*/
|
||||
private String djZppt3H;
|
||||
|
||||
/**
|
||||
* 大径装配平台4前序缓存区
|
||||
*/
|
||||
private String djZppt4Q;
|
||||
|
||||
/**
|
||||
* 大径装配平台4后序缓存区
|
||||
*/
|
||||
private String djZppt4H;
|
||||
|
||||
/**
|
||||
* 大径焊接工位1前序缓存区
|
||||
*/
|
||||
private String djHjgw1Q;
|
||||
|
||||
/**
|
||||
* 大径焊接工位1后序缓存区
|
||||
*/
|
||||
private String djHjgw1H;
|
||||
|
||||
/**
|
||||
* 大径焊接工位2前序缓存区
|
||||
*/
|
||||
private String djHjgw2Q;
|
||||
|
||||
/**
|
||||
* 大径焊接工位2后序缓存区
|
||||
*/
|
||||
private String djHjgw2H;
|
||||
|
||||
/**
|
||||
* 大径焊接工位3前序缓存区
|
||||
*/
|
||||
private String djHjgw3Q;
|
||||
|
||||
/**
|
||||
* 大径焊接工位3后序缓存区
|
||||
*/
|
||||
private String djHjgw3H;
|
||||
|
||||
/**
|
||||
* 大径焊接工位4前序缓存区
|
||||
*/
|
||||
private String djHjgw4Q;
|
||||
|
||||
/**
|
||||
* 大径焊接工位4后序缓存区
|
||||
*/
|
||||
private String djHjgw4H;
|
||||
|
||||
/**
|
||||
* 大径焊接工位5前序缓存区
|
||||
*/
|
||||
private String djHjgw5Q;
|
||||
|
||||
/**
|
||||
* 大径焊接工位5后序缓存区
|
||||
*/
|
||||
private String djHjgw5H;
|
||||
|
||||
/**
|
||||
* 大径一次完检前序缓存区
|
||||
*/
|
||||
private String djYcwjQ;
|
||||
|
||||
/**
|
||||
* 大径一次完检后序缓存区
|
||||
*/
|
||||
private String djYcwjH;
|
||||
|
||||
/**
|
||||
* 大径水试前序缓存区
|
||||
*/
|
||||
private String djSsQ;
|
||||
|
||||
}
|
@ -0,0 +1,214 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 小二线缓存数量表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("buffernum_xe")
|
||||
public class BufferNumXe implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 小二线流水线缓存区
|
||||
*/
|
||||
private String xeBufferL;
|
||||
|
||||
/**
|
||||
* 小二弯管机1前序缓存区
|
||||
*/
|
||||
private String xeWgj1Q;
|
||||
|
||||
/**
|
||||
* 小二弯管机1后序缓存区
|
||||
*/
|
||||
private String xeWgj1H;
|
||||
|
||||
/**
|
||||
* 小二弯管机2前序缓存区
|
||||
*/
|
||||
private String xeWgj2Q;
|
||||
|
||||
/**
|
||||
* 小二弯管机2后序缓存区
|
||||
*/
|
||||
private String xeWgj2H;
|
||||
|
||||
/**
|
||||
* 小二支管切断前序缓存区
|
||||
*/
|
||||
private String xeZgqdQ;
|
||||
|
||||
/**
|
||||
* 小二支管切断后序缓存区
|
||||
*/
|
||||
private String xeZgqdH;
|
||||
|
||||
/**
|
||||
* 小二小组立前序缓存区
|
||||
*/
|
||||
private String xeXzlQ;
|
||||
|
||||
/**
|
||||
* 小二小组立后序缓存区
|
||||
*/
|
||||
private String xeXzlH;
|
||||
|
||||
/**
|
||||
* 小二弯头焊接机前序缓存区
|
||||
*/
|
||||
private String xeWthjjQ;
|
||||
|
||||
/**
|
||||
* 小二弯头焊接机后序缓存区
|
||||
*/
|
||||
private String xeWthhjH;
|
||||
|
||||
/**
|
||||
* 小二装配平台1前序缓存区
|
||||
*/
|
||||
private String xeZppt1Q;
|
||||
|
||||
/**
|
||||
* 小二装配平台1后序缓存区
|
||||
*/
|
||||
private String xeZppt1H;
|
||||
|
||||
/**
|
||||
* 小二装配平台2前序缓存区
|
||||
*/
|
||||
private String xeZppt2Q;
|
||||
|
||||
/**
|
||||
* 小二装配平台2后序缓存区
|
||||
*/
|
||||
private String xeZppt2H;
|
||||
|
||||
/**
|
||||
* 小二装配平台3前序缓存区
|
||||
*/
|
||||
private String xeZppt3Q;
|
||||
|
||||
/**
|
||||
* 小二装配平台3后序缓存区
|
||||
*/
|
||||
private String xeZppt3H;
|
||||
|
||||
/**
|
||||
* 小二装配平台4前序缓存区
|
||||
*/
|
||||
private String xeZppt4Q;
|
||||
|
||||
/**
|
||||
* 小二装配平台4后序缓存区
|
||||
*/
|
||||
private String xeZppt4H;
|
||||
|
||||
/**
|
||||
* 小二装配平台5前序缓存区
|
||||
*/
|
||||
private String xeZppt5Q;
|
||||
|
||||
/**
|
||||
* 小二装配平台5后序缓存区
|
||||
*/
|
||||
private String xeZppt5H;
|
||||
|
||||
/**
|
||||
* 小二焊接工位1前序缓存区
|
||||
*/
|
||||
private String xeHjgw1Q;
|
||||
|
||||
/**
|
||||
* 小二焊接工位1后序缓存区
|
||||
*/
|
||||
private String xeHjgw1H;
|
||||
|
||||
/**
|
||||
* 小二焊接工位2前序缓存区
|
||||
*/
|
||||
private String xeHjgw2Q;
|
||||
|
||||
/**
|
||||
* 小二焊接工位2后序缓存区
|
||||
*/
|
||||
private String xeHjgw2H;
|
||||
|
||||
/**
|
||||
* 小二焊接工位3前序缓存区
|
||||
*/
|
||||
private String xeHjgw3Q;
|
||||
|
||||
/**
|
||||
* 小二焊接工位3后序缓存区
|
||||
*/
|
||||
private String xeHjgw3H;
|
||||
|
||||
/**
|
||||
* 小二焊接工位4前序缓存区
|
||||
*/
|
||||
private String xeHjgw4Q;
|
||||
|
||||
/**
|
||||
* 小二焊接工位4后序缓存区
|
||||
*/
|
||||
private String xeHjgw4H;
|
||||
|
||||
/**
|
||||
* 小二焊接工位5前序缓存区
|
||||
*/
|
||||
private String xeHjgw5Q;
|
||||
|
||||
/**
|
||||
* 小二焊接工位5后序缓存区
|
||||
*/
|
||||
private String xeHjgw5H;
|
||||
|
||||
/**
|
||||
* 小二一次完检前序缓存区
|
||||
*/
|
||||
private String xeYcwjQ;
|
||||
|
||||
/**
|
||||
* 小二一次完检后序缓存区
|
||||
*/
|
||||
private String xeYcwjH;
|
||||
|
||||
/**
|
||||
* 小二水试前序缓存区
|
||||
*/
|
||||
private String xeSsQ;
|
||||
|
||||
/**
|
||||
* 机加工前序缓存区
|
||||
*/
|
||||
private String jjgQ;
|
||||
|
||||
/**
|
||||
* 机加工后序缓存区
|
||||
*/
|
||||
private String jjgH;
|
||||
|
||||
}
|
@ -0,0 +1,154 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 小一线缓存数量表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("buffernum_xy")
|
||||
public class BufferNumXy implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 小一线流水线缓存区
|
||||
*/
|
||||
private String xyBufferL;
|
||||
|
||||
/**
|
||||
* 小一弯管机前序缓存区
|
||||
*/
|
||||
private String xyWgjQ;
|
||||
|
||||
/**
|
||||
* 小一弯管机后序缓存区
|
||||
*/
|
||||
private String xyWgjH;
|
||||
|
||||
/**
|
||||
* 小一支管切断前序缓存区
|
||||
*/
|
||||
private String xyZgqdQ;
|
||||
|
||||
/**
|
||||
* 小一支管切断后序缓存区
|
||||
*/
|
||||
private String xyZgqdH;
|
||||
|
||||
/**
|
||||
* 小一装配平台1前序缓存区
|
||||
*/
|
||||
private String xyZppt1Q;
|
||||
|
||||
/**
|
||||
* 小一装配平台1后序缓存区
|
||||
*/
|
||||
private String xyZppt1H;
|
||||
|
||||
/**
|
||||
* 小一装配平台2前序缓存区
|
||||
*/
|
||||
private String xyZppt2Q;
|
||||
|
||||
/**
|
||||
* 小一装配平台2后序缓存区
|
||||
*/
|
||||
private String xyZppt2H;
|
||||
|
||||
/**
|
||||
* 小一装配平台3前序缓存区
|
||||
*/
|
||||
private String xyZppt3Q;
|
||||
|
||||
/**
|
||||
* 小一装配平台3后序缓存区
|
||||
*/
|
||||
private String xyZppt3H;
|
||||
|
||||
/**
|
||||
* 小一装配平台4前序缓存区
|
||||
*/
|
||||
private String xyZppt4Q;
|
||||
|
||||
/**
|
||||
* 小一装配平台4后序缓存区
|
||||
*/
|
||||
private String xyZppt4H;
|
||||
|
||||
/**
|
||||
* 小一焊接工位1前序缓存区
|
||||
*/
|
||||
private String xyHjgw1Q;
|
||||
|
||||
/**
|
||||
* 小一焊接工位1后序缓存区
|
||||
*/
|
||||
private String xyHjgw1H;
|
||||
|
||||
/**
|
||||
* 小一焊接工位2前序缓存区
|
||||
*/
|
||||
private String xyHjgw2Q;
|
||||
|
||||
/**
|
||||
* 小一焊接工位2后序缓存区
|
||||
*/
|
||||
private String xyHjgw2H;
|
||||
|
||||
/**
|
||||
* 小一焊接工位3前序缓存区
|
||||
*/
|
||||
private String xyHjgw3Q;
|
||||
|
||||
/**
|
||||
* 小一焊接工位3后序缓存区
|
||||
*/
|
||||
private String xyHjgw3H;
|
||||
|
||||
/**
|
||||
* 小一焊接工位4前序缓存区
|
||||
*/
|
||||
private String xyHjgw4Q;
|
||||
|
||||
/**
|
||||
* 小一焊接工位4后序缓存区
|
||||
*/
|
||||
private String xyHjgw4H;
|
||||
|
||||
/**
|
||||
* 小一一次完检前序缓存区
|
||||
*/
|
||||
private String xyYcwjQ;
|
||||
|
||||
/**
|
||||
* 小一一次完检后序缓存区
|
||||
*/
|
||||
private String xyYcwjH;
|
||||
|
||||
/**
|
||||
* 小一水试前序缓存区
|
||||
*/
|
||||
private String xySsQ;
|
||||
|
||||
}
|
@ -0,0 +1,219 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 中二线缓存数量表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("buffernum_ze")
|
||||
public class BufferNumZe implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 中二线流水线缓存区1
|
||||
*/
|
||||
private String zeBuffer1L;
|
||||
|
||||
/**
|
||||
* 中二线流水线缓存区2
|
||||
*/
|
||||
private String zeBuffer2L;
|
||||
|
||||
/**
|
||||
* 中二弯管机前序缓存区
|
||||
*/
|
||||
private String zeWgjQ;
|
||||
|
||||
/**
|
||||
* 中二弯管机后序缓存区
|
||||
*/
|
||||
private String zeWgjH;
|
||||
|
||||
/**
|
||||
* 中二支管切断前序缓存区
|
||||
*/
|
||||
private String zeZgqdQ;
|
||||
|
||||
/**
|
||||
* 中二支管切断后序缓存区
|
||||
*/
|
||||
private String zeZgqdH;
|
||||
|
||||
/**
|
||||
* 中二小组立1前序缓存区
|
||||
*/
|
||||
private String zeXzl1Q;
|
||||
|
||||
/**
|
||||
* 中二小组立1后序缓存区
|
||||
*/
|
||||
private String zeXzl1H;
|
||||
|
||||
/**
|
||||
* 中二小组立2前序缓存区
|
||||
*/
|
||||
private String zeXzl2Q;
|
||||
|
||||
/**
|
||||
* 中二小组立2后序缓存区
|
||||
*/
|
||||
private String zeXzl2H;
|
||||
|
||||
/**
|
||||
* 中二弯头焊接机前序缓存区
|
||||
*/
|
||||
private String zeWthjjQ;
|
||||
|
||||
/**
|
||||
* 中二弯头焊接机后序缓存区
|
||||
*/
|
||||
private String zeWthhjH;
|
||||
|
||||
/**
|
||||
* 中二装配平台1前序缓存区
|
||||
*/
|
||||
private String zeZppt1Q;
|
||||
|
||||
/**
|
||||
* 中二装配平台1后序缓存区
|
||||
*/
|
||||
private String zeZppt1H;
|
||||
|
||||
/**
|
||||
* 中二装配平台2前序缓存区
|
||||
*/
|
||||
private String zeZppt2Q;
|
||||
|
||||
/**
|
||||
* 中二装配平台2后序缓存区
|
||||
*/
|
||||
private String zeZppt2H;
|
||||
|
||||
/**
|
||||
* 中二装配平台3前序缓存区
|
||||
*/
|
||||
private String zeZppt3Q;
|
||||
|
||||
/**
|
||||
* 中二装配平台3后序缓存区
|
||||
*/
|
||||
private String zeZppt3H;
|
||||
|
||||
/**
|
||||
* 中二焊接工位1前序缓存区
|
||||
*/
|
||||
private String zeHjgw1Q;
|
||||
|
||||
/**
|
||||
* 中二焊接工位1后序缓存区
|
||||
*/
|
||||
private String zeHjgw1H;
|
||||
|
||||
/**
|
||||
* 中二焊接工位2前序缓存区
|
||||
*/
|
||||
private String zeHjgw2Q;
|
||||
|
||||
/**
|
||||
* 中二焊接工位2后序缓存区
|
||||
*/
|
||||
private String zeHjgw2H;
|
||||
|
||||
/**
|
||||
* 中二焊接工位3前序缓存区
|
||||
*/
|
||||
private String zeHjgw3Q;
|
||||
|
||||
/**
|
||||
* 中二焊接工位3后序缓存区
|
||||
*/
|
||||
private String zeHjgw3H;
|
||||
|
||||
/**
|
||||
* 中二焊接工位4前序缓存区
|
||||
*/
|
||||
private String zeHjgw4Q;
|
||||
|
||||
/**
|
||||
* 中二焊接工位4后序缓存区
|
||||
*/
|
||||
private String zeHjgw4H;
|
||||
|
||||
/**
|
||||
* 中二焊接工位5前序缓存区
|
||||
*/
|
||||
private String zeHjgw5Q;
|
||||
|
||||
/**
|
||||
* 中二焊接工位5后序缓存区
|
||||
*/
|
||||
private String zeHjgw5H;
|
||||
|
||||
/**
|
||||
* 中二焊接工位6前序缓存区
|
||||
*/
|
||||
private String zeHjgw6Q;
|
||||
|
||||
/**
|
||||
* 中二焊接工位6后序缓存区
|
||||
*/
|
||||
private String zeHjgw6H;
|
||||
|
||||
/**
|
||||
* 中二焊接工位7前序缓存区
|
||||
*/
|
||||
private String zeHjgw7Q;
|
||||
|
||||
/**
|
||||
* 中二焊接工位7后序缓存区
|
||||
*/
|
||||
private String zeHjgw7H;
|
||||
|
||||
/**
|
||||
* 中二一次完检前序缓存区
|
||||
*/
|
||||
private String zeYcwjQ;
|
||||
|
||||
/**
|
||||
* 中二一次完检后序缓存区
|
||||
*/
|
||||
private String zeYcwjH;
|
||||
|
||||
/**
|
||||
* 中二水试前序缓存区
|
||||
*/
|
||||
private String zeSsQ;
|
||||
|
||||
/**
|
||||
* 探伤前序缓存区
|
||||
*/
|
||||
private String tsQ;
|
||||
|
||||
/**
|
||||
* 探伤后序缓存区
|
||||
*/
|
||||
private String tsH;
|
||||
|
||||
}
|
@ -0,0 +1,239 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 中一线缓存数量表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("buffernum_zy")
|
||||
public class BufferNumZy implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 中一线流水线缓存区1
|
||||
*/
|
||||
private String zyBuffer1L;
|
||||
|
||||
/**
|
||||
* 中一线流水线缓存区2
|
||||
*/
|
||||
private String zyBuffer2L;
|
||||
|
||||
/**
|
||||
* 中一弯管机1前序缓存区
|
||||
*/
|
||||
private String zyWgj1Q;
|
||||
|
||||
/**
|
||||
* 中一弯管机1后序缓存区
|
||||
*/
|
||||
private String zyWgj1H;
|
||||
|
||||
/**
|
||||
* 中一弯管机2前序缓存区
|
||||
*/
|
||||
private String zyWgj2Q;
|
||||
|
||||
/**
|
||||
* 中一弯管机2后序缓存区
|
||||
*/
|
||||
private String zyWgj2H;
|
||||
|
||||
/**
|
||||
* 中一支管切断前序缓存区
|
||||
*/
|
||||
private String zyZgqdQ;
|
||||
|
||||
/**
|
||||
* 中一支管切断后序缓存区
|
||||
*/
|
||||
private String zyZgqdH;
|
||||
|
||||
/**
|
||||
* 中一小组立前序缓存区
|
||||
*/
|
||||
private String zyXzlQ;
|
||||
|
||||
/**
|
||||
* 中一小组立后序缓存区
|
||||
*/
|
||||
private String zyXzlH;
|
||||
|
||||
/**
|
||||
* 中一弯头焊接机前序缓存区
|
||||
*/
|
||||
private String zyWthjjQ;
|
||||
|
||||
/**
|
||||
* 中一弯头焊接机后序缓存区
|
||||
*/
|
||||
private String zyWthhjH;
|
||||
|
||||
/**
|
||||
* 中一装配平台1前序缓存区
|
||||
*/
|
||||
private String zyZppt1Q;
|
||||
|
||||
/**
|
||||
* 中一装配平台1后序缓存区
|
||||
*/
|
||||
private String zyZppt1H;
|
||||
|
||||
/**
|
||||
* 中一装配平台2前序缓存区
|
||||
*/
|
||||
private String zyZppt2Q;
|
||||
|
||||
/**
|
||||
* 中一装配平台2后序缓存区
|
||||
*/
|
||||
private String zyZppt2H;
|
||||
|
||||
/**
|
||||
* 中一装配平台3前序缓存区
|
||||
*/
|
||||
private String zyZppt3Q;
|
||||
|
||||
/**
|
||||
* 中一装配平台3后序缓存区
|
||||
*/
|
||||
private String zyZppt3H;
|
||||
|
||||
/**
|
||||
* 中一装配平台4前序缓存区
|
||||
*/
|
||||
private String zyZppt4Q;
|
||||
|
||||
/**
|
||||
* 中一装配平台4后序缓存区
|
||||
*/
|
||||
private String zyZppt4H;
|
||||
|
||||
/**
|
||||
* 中一装配平台5前序缓存区
|
||||
*/
|
||||
private String zyZppt5Q;
|
||||
|
||||
/**
|
||||
* 中一装配平台5后序缓存区
|
||||
*/
|
||||
private String zyZppt5H;
|
||||
|
||||
/**
|
||||
* 中一焊接工位1前序缓存区
|
||||
*/
|
||||
private String zyHjgw1Q;
|
||||
|
||||
/**
|
||||
* 中一焊接工位1后序缓存区
|
||||
*/
|
||||
private String zyHjgw1H;
|
||||
|
||||
/**
|
||||
* 中一焊接工位2前序缓存区
|
||||
*/
|
||||
private String zyHjgw2Q;
|
||||
|
||||
/**
|
||||
* 中一焊接工位2后序缓存区
|
||||
*/
|
||||
private String zyHjgw2H;
|
||||
|
||||
/**
|
||||
* 中一焊接工位3前序缓存区
|
||||
*/
|
||||
private String zyHjgw3Q;
|
||||
|
||||
/**
|
||||
* 中一焊接工位3后序缓存区
|
||||
*/
|
||||
private String zyHjgw3H;
|
||||
|
||||
/**
|
||||
* 中一焊接工位4前序缓存区
|
||||
*/
|
||||
private String zyHjgw4Q;
|
||||
|
||||
/**
|
||||
* 中一焊接工位4后序缓存区
|
||||
*/
|
||||
private String zyHjgw4H;
|
||||
|
||||
/**
|
||||
* 中一焊接工位5前序缓存区
|
||||
*/
|
||||
private String zyHjgw5Q;
|
||||
|
||||
/**
|
||||
* 中一焊接工位5后序缓存区
|
||||
*/
|
||||
private String zyHjgw5H;
|
||||
|
||||
/**
|
||||
* 中一焊接工位6前序缓存区
|
||||
*/
|
||||
private String zyHjgw6Q;
|
||||
|
||||
/**
|
||||
* 中一焊接工位6后序缓存区
|
||||
*/
|
||||
private String zyHjgw6H;
|
||||
|
||||
/**
|
||||
* 中一焊接工位7前序缓存区
|
||||
*/
|
||||
private String zyHjgw7Q;
|
||||
|
||||
/**
|
||||
* 中一焊接工位7后序缓存区
|
||||
*/
|
||||
private String zyHjgw7H;
|
||||
|
||||
/**
|
||||
* 中一一次完检前序缓存区
|
||||
*/
|
||||
private String zyYcwjQ;
|
||||
|
||||
/**
|
||||
* 中一一次完检后序缓存区
|
||||
*/
|
||||
private String zyYcwjH;
|
||||
|
||||
/**
|
||||
* 中一水试前序缓存区
|
||||
*/
|
||||
private String zySsQ;
|
||||
|
||||
/**
|
||||
* 探伤前序缓存区
|
||||
*/
|
||||
private String tsQ;
|
||||
|
||||
/**
|
||||
* 探伤后序缓存区
|
||||
*/
|
||||
private String tsH;
|
||||
|
||||
}
|
@ -0,0 +1,109 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 不锈钢线OEE信息表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("oee_bxg")
|
||||
public class OeeBxg implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 不锈钢流水线坡口
|
||||
*/
|
||||
private String bxgPkL;
|
||||
|
||||
/**
|
||||
* 不锈钢流水线装配
|
||||
*/
|
||||
private String bxgZpL;
|
||||
|
||||
/**
|
||||
* 不锈钢流水线焊接
|
||||
*/
|
||||
private String bxgHjL;
|
||||
|
||||
/**
|
||||
* 不锈钢线弯管机
|
||||
*/
|
||||
private String bxgWgj;
|
||||
|
||||
/**
|
||||
* 不锈钢线支管切断
|
||||
*/
|
||||
private String bxgZgqd;
|
||||
|
||||
/**
|
||||
* 不锈钢线小组立平台
|
||||
*/
|
||||
private String bxgXzl;
|
||||
|
||||
/**
|
||||
* 不锈钢线弯头焊接
|
||||
*/
|
||||
private String bxgWthj;
|
||||
|
||||
/**
|
||||
* 不锈钢线装配平台1
|
||||
*/
|
||||
private String bxgZppt1;
|
||||
|
||||
/**
|
||||
* 不锈钢线装配平台2
|
||||
*/
|
||||
private String bxgZppt2;
|
||||
|
||||
/**
|
||||
* 不锈钢线焊接工位1
|
||||
*/
|
||||
private String bxgHjgw1;
|
||||
|
||||
/**
|
||||
* 不锈钢线焊接工位2
|
||||
*/
|
||||
private String bxgHjgw2;
|
||||
|
||||
/**
|
||||
* 不锈钢线焊接工位3
|
||||
*/
|
||||
private String bxgHjgw3;
|
||||
|
||||
/**
|
||||
* 不锈钢线一次完检
|
||||
*/
|
||||
private String bxgYcwj;
|
||||
|
||||
/**
|
||||
* 不锈钢线水试
|
||||
*/
|
||||
private String bxgSs;
|
||||
|
||||
/**
|
||||
* 探伤
|
||||
*/
|
||||
private String ts;
|
||||
|
||||
}
|
@ -0,0 +1,124 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 大径线OEE信息表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("oee_dj")
|
||||
public class OeeDj implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 大径线流水线激光切割
|
||||
*/
|
||||
private String djJgqgL;
|
||||
|
||||
/**
|
||||
* 大径线流水线装配
|
||||
*/
|
||||
private String djZpL;
|
||||
|
||||
/**
|
||||
* 大径线流水线焊接
|
||||
*/
|
||||
private String djHjL;
|
||||
|
||||
/**
|
||||
* 大径线流水线短管焊接
|
||||
*/
|
||||
private String djDghjL;
|
||||
|
||||
/**
|
||||
* 大径线线小组立平台
|
||||
*/
|
||||
private String djXzl;
|
||||
|
||||
/**
|
||||
* 大径线线弯头焊接机
|
||||
*/
|
||||
private String djWthjj;
|
||||
|
||||
/**
|
||||
* 大径线支管切断
|
||||
*/
|
||||
private String djZgqd;
|
||||
|
||||
/**
|
||||
* 大径线装配平台1
|
||||
*/
|
||||
private String djZppt1;
|
||||
|
||||
/**
|
||||
* 大径线装配平台2
|
||||
*/
|
||||
private String djZppt2;
|
||||
|
||||
/**
|
||||
* 大径线装配平台3
|
||||
*/
|
||||
private String djZppt3;
|
||||
|
||||
/**
|
||||
* 大径线焊接工位1
|
||||
*/
|
||||
private String djHjgw1;
|
||||
|
||||
/**
|
||||
* 大径线焊接工位2
|
||||
*/
|
||||
private String djHjgw2;
|
||||
|
||||
/**
|
||||
* 大径线焊接工位3
|
||||
*/
|
||||
private String djHjgw3;
|
||||
|
||||
/**
|
||||
* 大径线焊接工位4
|
||||
*/
|
||||
private String djHjgw4;
|
||||
|
||||
/**
|
||||
* 大径线焊接工位5
|
||||
*/
|
||||
private String djHjgw5;
|
||||
|
||||
/**
|
||||
* 大径线焊接工位6
|
||||
*/
|
||||
private String djHjgw6;
|
||||
|
||||
/**
|
||||
* 大径线一次完检
|
||||
*/
|
||||
private String djYcwj;
|
||||
|
||||
/**
|
||||
* 大径线水试
|
||||
*/
|
||||
private String djSs;
|
||||
|
||||
}
|
@ -0,0 +1,129 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 小二线OEE信息表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("oee_xe")
|
||||
public class OeeXe implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 小二线流水线坡口
|
||||
*/
|
||||
private String xePkL;
|
||||
|
||||
/**
|
||||
* 小二线流水线装配
|
||||
*/
|
||||
private String xeZpL;
|
||||
|
||||
/**
|
||||
* 小二线流水线焊接
|
||||
*/
|
||||
private String xeHjL;
|
||||
|
||||
/**
|
||||
* 小二线弯管机1
|
||||
*/
|
||||
private String xeWgj1;
|
||||
|
||||
/**
|
||||
* 小二线弯管机2
|
||||
*/
|
||||
private String xeWgj2;
|
||||
|
||||
/**
|
||||
* 小二线支管切断
|
||||
*/
|
||||
private String xeZgqd;
|
||||
|
||||
/**
|
||||
* 小二线装配平台1
|
||||
*/
|
||||
private String xeZppt1;
|
||||
|
||||
/**
|
||||
* 小二线装配平台2
|
||||
*/
|
||||
private String xeZppt2;
|
||||
|
||||
/**
|
||||
* 小二线装配平台3
|
||||
*/
|
||||
private String xeZppt3;
|
||||
|
||||
/**
|
||||
* 小二线装配平台4
|
||||
*/
|
||||
private String xeZppt4;
|
||||
|
||||
/**
|
||||
* 小二线装配平台5
|
||||
*/
|
||||
private String xeZppt5;
|
||||
|
||||
/**
|
||||
* 小二线焊接工位1
|
||||
*/
|
||||
private String xeHjgw1;
|
||||
|
||||
/**
|
||||
* 小二线焊接工位2
|
||||
*/
|
||||
private String xeHjgw2;
|
||||
|
||||
/**
|
||||
* 小二线焊接工位3
|
||||
*/
|
||||
private String xeHjgw3;
|
||||
|
||||
/**
|
||||
* 小二线焊接工位4
|
||||
*/
|
||||
private String xeHjgw4;
|
||||
|
||||
/**
|
||||
* 小二线焊接工位5
|
||||
*/
|
||||
private String xeHjgw5;
|
||||
|
||||
/**
|
||||
* 小二线一次完检
|
||||
*/
|
||||
private String xeYcwj;
|
||||
|
||||
/**
|
||||
* 小二线水试
|
||||
*/
|
||||
private String xeSs;
|
||||
|
||||
/**
|
||||
* 机加工
|
||||
*/
|
||||
private String jjg;
|
||||
|
||||
}
|
@ -0,0 +1,114 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 小一线OEE信息表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("oee_xy")
|
||||
public class OeeXy implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 小一线流水线坡口
|
||||
*/
|
||||
private String xyPkL;
|
||||
|
||||
/**
|
||||
* 小一线流水线装配1
|
||||
*/
|
||||
private String xyZp1L;
|
||||
|
||||
/**
|
||||
* 小一线流水线焊接1
|
||||
*/
|
||||
private String xyHj1L;
|
||||
|
||||
/**
|
||||
* 小一线流水线焊接2
|
||||
*/
|
||||
private String xyHj2L;
|
||||
|
||||
/**
|
||||
* 小一线弯管机
|
||||
*/
|
||||
private String xyWgj;
|
||||
|
||||
/**
|
||||
* 小一线支管切断
|
||||
*/
|
||||
private String xyZgqd;
|
||||
|
||||
/**
|
||||
* 小一线装配平台1
|
||||
*/
|
||||
private String xyZppt1;
|
||||
|
||||
/**
|
||||
* 小一线装配平台2
|
||||
*/
|
||||
private String xyZppt2;
|
||||
|
||||
/**
|
||||
* 小一线装配平台3
|
||||
*/
|
||||
private String xyZppt3;
|
||||
|
||||
/**
|
||||
* 小一线装配平台4
|
||||
*/
|
||||
private String xyZppt4;
|
||||
|
||||
/**
|
||||
* 小一线焊接工位1
|
||||
*/
|
||||
private String xyHjgw1;
|
||||
|
||||
/**
|
||||
* 小一线焊接工位2
|
||||
*/
|
||||
private String xyHjgw2;
|
||||
|
||||
/**
|
||||
* 小一线焊接工位3
|
||||
*/
|
||||
private String xyHjgw3;
|
||||
|
||||
/**
|
||||
* 小一线焊接工位4
|
||||
*/
|
||||
private String xyHjgw4;
|
||||
|
||||
/**
|
||||
* 小一线一次完检
|
||||
*/
|
||||
private String xyYcwj;
|
||||
|
||||
/**
|
||||
* 小一线水试
|
||||
*/
|
||||
private String xySs;
|
||||
|
||||
}
|
@ -0,0 +1,149 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 中二线OEE信息表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("oee_ze")
|
||||
public class OeeZe implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 中二线流水线激光切割
|
||||
*/
|
||||
private String zeJgqgL;
|
||||
|
||||
/**
|
||||
* 中二线流水线装配
|
||||
*/
|
||||
private String zeZpL;
|
||||
|
||||
/**
|
||||
* 中二线流水线焊接
|
||||
*/
|
||||
private String zeHjL;
|
||||
|
||||
/**
|
||||
* 中二线流水线短管焊接
|
||||
*/
|
||||
private String zeDghjL;
|
||||
|
||||
/**
|
||||
* 中二线线弯管机
|
||||
*/
|
||||
private String zeWgj;
|
||||
|
||||
/**
|
||||
* 中二线支管切断
|
||||
*/
|
||||
private String zeZgqd;
|
||||
|
||||
/**
|
||||
* 中二线小组立平台1
|
||||
*/
|
||||
private String zeXzl1;
|
||||
|
||||
/**
|
||||
* 中二线小组立平台2
|
||||
*/
|
||||
private String zeXzl2;
|
||||
|
||||
/**
|
||||
* 中二线弯头焊接机
|
||||
*/
|
||||
private String zeWthjj;
|
||||
|
||||
/**
|
||||
* 中二线装配平台1
|
||||
*/
|
||||
private String zeZppt1;
|
||||
|
||||
/**
|
||||
* 中二线装配平台2
|
||||
*/
|
||||
private String zeZppt2;
|
||||
|
||||
/**
|
||||
* 中二线装配平台3
|
||||
*/
|
||||
private String zeZppt3;
|
||||
|
||||
/**
|
||||
* 中二线装配平台4
|
||||
*/
|
||||
private String zeZppt4;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位1
|
||||
*/
|
||||
private String zeHjgw1;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位2
|
||||
*/
|
||||
private String zeHjgw2;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位3
|
||||
*/
|
||||
private String zeHjgw3;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位4
|
||||
*/
|
||||
private String zeHjgw4;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位5
|
||||
*/
|
||||
private String zeHjgw5;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位6
|
||||
*/
|
||||
private String zeHjgw6;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位7
|
||||
*/
|
||||
private String zeHjgw7;
|
||||
|
||||
/**
|
||||
* 中二线焊接工位8
|
||||
*/
|
||||
private String zeHjgw8;
|
||||
|
||||
/**
|
||||
* 中二线一次完检
|
||||
*/
|
||||
private String zeYcwj;
|
||||
|
||||
/**
|
||||
* 中二线水试
|
||||
*/
|
||||
private String zeSs;
|
||||
|
||||
}
|
@ -0,0 +1,144 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 中一线OEE信息表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("oee_zy")
|
||||
public class OeeZy implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 标志位
|
||||
*/
|
||||
private Long flag;
|
||||
|
||||
/**
|
||||
* 中一线流水线坡口
|
||||
*/
|
||||
private String zyPkL;
|
||||
|
||||
/**
|
||||
* 中一线流水线装配
|
||||
*/
|
||||
private String zyZpL;
|
||||
|
||||
/**
|
||||
* 中一线流水线焊接
|
||||
*/
|
||||
private String zyHjL;
|
||||
|
||||
/**
|
||||
* 中一线流水线短管焊接
|
||||
*/
|
||||
private String zyDghjL;
|
||||
|
||||
/**
|
||||
* 中一线弯管机1
|
||||
*/
|
||||
private String zyWgj1;
|
||||
|
||||
/**
|
||||
* 中一线弯管机2
|
||||
*/
|
||||
private String zyWgj2;
|
||||
|
||||
/**
|
||||
* 中一线小组立平台
|
||||
*/
|
||||
private String zyXzl;
|
||||
|
||||
/**
|
||||
* 中一线弯头焊接机
|
||||
*/
|
||||
private String zyWthjj;
|
||||
|
||||
/**
|
||||
* 中一线装配平台1
|
||||
*/
|
||||
private String zyZppt1;
|
||||
|
||||
/**
|
||||
* 中一线装配平台2
|
||||
*/
|
||||
private String zyZppt2;
|
||||
|
||||
/**
|
||||
* 中一线装配平台3
|
||||
*/
|
||||
private String zyZppt3;
|
||||
|
||||
/**
|
||||
* 中一线装配平台4
|
||||
*/
|
||||
private String zyZppt4;
|
||||
|
||||
/**
|
||||
* 中一线装配平台5
|
||||
*/
|
||||
private String zyZppt5;
|
||||
|
||||
/**
|
||||
* 中一线焊接工位1
|
||||
*/
|
||||
private String zyHjgw1;
|
||||
|
||||
/**
|
||||
* 中一线焊接工位2
|
||||
*/
|
||||
private String zyHjgw2;
|
||||
|
||||
/**
|
||||
* 中一线焊接工位3
|
||||
*/
|
||||
private String zyHjgw3;
|
||||
|
||||
/**
|
||||
* 中一线焊接工位4
|
||||
*/
|
||||
private String zyHjgw4;
|
||||
|
||||
/**
|
||||
* 中一线焊接工位5
|
||||
*/
|
||||
private String zyHjgw5;
|
||||
|
||||
/**
|
||||
* 中一线焊接工位6
|
||||
*/
|
||||
private String zyHjgw6;
|
||||
|
||||
/**
|
||||
* 中一线焊接工位7
|
||||
*/
|
||||
private String zyHjgw7;
|
||||
|
||||
/**
|
||||
* 中一线一次完检
|
||||
*/
|
||||
private String zyYcwj;
|
||||
|
||||
/**
|
||||
* 中一线水试
|
||||
*/
|
||||
private String zySs;
|
||||
|
||||
}
|
@ -0,0 +1,34 @@
|
||||
package com.ipsplm.entity;
|
||||
import com.baomidou.mybatisplus.annotation.TableName;
|
||||
import com.baomidou.mybatisplus.annotation.IdType;
|
||||
import com.baomidou.mybatisplus.annotation.TableId;
|
||||
import java.io.Serializable;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
/**
|
||||
* <p>
|
||||
* 控制信息表
|
||||
* </p>
|
||||
*
|
||||
* @author lulicheng
|
||||
* @since 2024-07-30
|
||||
*/
|
||||
@Data
|
||||
@EqualsAndHashCode(callSuper = false)
|
||||
@TableName("pts_message")
|
||||
public class PstMessage implements Serializable {
|
||||
|
||||
private static final long serialVersionUID = 1L;
|
||||
|
||||
/**
|
||||
* 主键
|
||||
*/
|
||||
@TableId(value = "id", type = IdType.AUTO)
|
||||
private Long id;
|
||||
|
||||
/**
|
||||
* 仿真时间
|
||||
*/
|
||||
private String simtime;
|
||||
|
||||
}
|
@ -0,0 +1,27 @@
|
||||
server:
|
||||
port:
|
||||
servlet:
|
||||
context-path: /cosco-shipping-heavy
|
||||
spring:
|
||||
application:
|
||||
name: cosco-shipping-heavy
|
||||
datasource:
|
||||
type: com.zaxxer.hikari.HikariDataSource
|
||||
driver-class-name: com.mysql.cj.jdbc.Driver
|
||||
url: jdbc:mysql://127.0.0.1:3306/zhongyuan?useUnicode=true&characterEncoding=UTF-8&serverTimezone=GMT%2B8&allowMultiQueries=true&autoReconnect=true&failOverReadOnly=false
|
||||
username: root
|
||||
password: 123456
|
||||
hikari:
|
||||
minimum-idle: 4
|
||||
maximum-pool-size: 12
|
||||
idle-timeout: 3600000
|
||||
connection-test-query: SELECT 1
|
||||
max-lifetime: 1800000
|
||||
connection-timeout: 5000
|
||||
pool-name: DatebookHikariC
|
||||
|
||||
#仿真Socket
|
||||
plant:
|
||||
socket:
|
||||
ip:
|
||||
port:
|
Loading…
Reference in New Issue