删除 src/main/java/com/bonus/autoweb/UI/entity/AnnexFiveBean.java
This commit is contained in:
parent
2864f77100
commit
73dd33b53a
|
|
@ -1,26 +0,0 @@
|
|||
package com.bonus.autoweb.UI.entity;
|
||||
|
||||
import lombok.Data;
|
||||
|
||||
/**
|
||||
* 包名称:com.bonus.autoweb.UI.entity
|
||||
* 类名称:AnnexFiveBean
|
||||
* 类描述:附件五 入境筛查和集中观察场所供电保障情况表
|
||||
* 创建人:@author tqzhang
|
||||
* 创建时间:2023年07月27日 11:29
|
||||
*/
|
||||
|
||||
@Data
|
||||
public class AnnexFiveBean {
|
||||
//入境筛选和集中观察场所数量
|
||||
private String airportPort;
|
||||
private String venueHospital;
|
||||
private String guesthouseHotel;
|
||||
private String safeguardPersonnel;
|
||||
//投入力量
|
||||
private String electricallyGuaranteedVehicles;
|
||||
private String powerGenerationVehicles;
|
||||
private String dynamo;
|
||||
private String remark;
|
||||
|
||||
}
|
||||
Loading…
Reference in New Issue