删除 src/main/java/com/bonus/autoweb/UI/entity/AnnexTwoBean.java

This commit is contained in:
tqzhang 2024-05-07 16:48:09 +08:00
parent 8437ae5e83
commit 32463a80d6
1 changed files with 0 additions and 53 deletions

View File

@ -1,53 +0,0 @@
package com.bonus.autoweb.UI.entity;
import lombok.Data;
/**
* 日报实体类
* 附件二-资源核查问题数量统计表
* @author zys
*/
@Data
public class AnnexTwoBean {
/**
* 核查数量
* 人员
*/
private String verification_person_num;
/**
* 核查数量
* 队伍
*/
private String verification_team_num;
/**
* 核查数量
* 装备
*/
private String verification_equip_num;
/**
* 核查数量
* 物资
*/
private String verification_material_num;
/**
* 核查数量
* 车辆
*/
private String verification_vehicle_num;
/**
* 核查发现的问题
*/
private String verification_find_problems;
/**
* 备注
*/
private String remark;
}