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.

96 lines
1.5 KiB
Java

package com.ipsplm.entity.simulation.vo;
import lombok.Data;
import java.io.Serializable;
/**
* @Description
* @Author lulicheng
* @Date 2024-07-31 1025
* @Version 1.0
*/
@Data
public class PlantEquipmentUtilizationVO implements Serializable {
private static final long serialVersionUID = 1L;
/**
* 线
*/
private String bxgZpL;
/**
* 线
*/
private String bxgHjL;
/**
* 线线1
*/
private String xyZp1L;
/**
* 线线1
*/
private String xyHj1L;
/**
* 线线2
*/
private String xyHj2L;
/**
* 线线
*/
private String xeZpL;
/**
* 线线
*/
private String xeHjL;
/**
* 线线
*/
private String zyZpL;
/**
* 线线
*/
private String zyHjL;
/**
* 线线
*/
private String zyDghjL;
/**
* 线线
*/
private String zeZpL;
/**
* 线线
*/
private String zeHjL;
/**
* 线线
*/
private String zeDghjL;
/**
* 线线
*/
private String djZpL;
/**
* 线线
*/
private String djHjL;
/**
* 线线
*/
private String djDghjL;
}