Commit d8fd4b2a authored by tangwei's avatar tangwei

增加检查项字段

parent 2f24ed9a
......@@ -170,6 +170,35 @@ public class InputItem extends BasicEntity {
@Column(name = "unit")
private String unit;
/**
* 新加字段
*
* */
//单位code
@Column(name = "biz_org_code")
private String bizOrgCode;
//单位名称
@Column(name = "biz_org_name")
private String bizOrgName;
//消防装备类型
@Column(name = "equipment_type")
private String equipmentType;
//消防设施类型、
@Column(name = "facilities_type")
private String facilitiesType;
// 重点类型
@Column(name = "key_parts_type")
private String keyPartsType;
//自定义类型
@Column(name = "custom_type")
private String customType;
public String getUnit() {
return unit;
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment