删除 src/main/java/com/bonus/autoweb/UI/entity/AnnexOneBean.java
This commit is contained in:
parent
233a2a6b22
commit
b199d9239c
|
|
@ -1,55 +0,0 @@
|
||||||
package com.bonus.autoweb.UI.entity;
|
|
||||||
|
|
||||||
import lombok.Data;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 日报实体类
|
|
||||||
* 附件一-操练情况统计表
|
|
||||||
* @author zys
|
|
||||||
*/
|
|
||||||
@Data
|
|
||||||
public class AnnexOneBean {
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 操练内容(选择框)
|
|
||||||
* “四要素”检查
|
|
||||||
* 通信测试
|
|
||||||
* 重要站线视频连线检查
|
|
||||||
*/
|
|
||||||
private String exercise_content;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 操练数量
|
|
||||||
* 人员
|
|
||||||
*/
|
|
||||||
private String exercise_person_num;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 操练数量
|
|
||||||
* 车辆
|
|
||||||
*/
|
|
||||||
private String exercise_vehicle_num;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 操练数量
|
|
||||||
* 发电车
|
|
||||||
*/
|
|
||||||
private String exercise_power_vehicle_num;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 操练数量
|
|
||||||
* 发电机
|
|
||||||
*/
|
|
||||||
private String exercise_dynamo_num;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 操练发现的问题
|
|
||||||
*/
|
|
||||||
private String exercise_find_problems;
|
|
||||||
|
|
||||||
/**
|
|
||||||
* 备注
|
|
||||||
*/
|
|
||||||
private String remark;
|
|
||||||
|
|
||||||
}
|
|
||||||
Loading…
Reference in New Issue