You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

132 lines
2.0 KiB
Java

package com.ipsplm.entity.simulation;
9 months ago
import com.baomidou.mybatisplus.annotation.IdType;
import com.baomidou.mybatisplus.annotation.TableId;
import com.baomidou.mybatisplus.annotation.TableName;
9 months ago
import lombok.Data;
import lombok.EqualsAndHashCode;
import java.io.Serializable;
9 months ago
/**
* <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;
}