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.

157 lines
2.4 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_ze")
public class OeeZe implements Serializable {
private static final long serialVersionUID = 1L;
/**
*
*/
@TableId(value = "id", type = IdType.AUTO)
private Long id;
/**
*
*/
private Long flag;
9 months ago
/**
*
*/
private String status;
9 months ago
/**
* 线线
*/
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;
}