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.

247 lines
4.2 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>
* 线
* </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;
9 months ago
/**
*
*/
private String recordTime;
9 months ago
/**
* 线线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;
}