Commit c3d6a5cc authored by xixinzhao's avatar xixinzhao

防火监督修改属性

parent 27d16e8a
......@@ -50,13 +50,13 @@ public class HiddenDanger extends BasicEntity {
* 隐患类型(1-防火监督检查;2-自行检查)
*/
@Column(name="danger_type")
private Long dangerType;
private String dangerType;
/**
* 隐患类型名称
*/
@Column(name="danger_type_name")
private Long dangerTypeName;
private String dangerTypeName;
}
package com.yeejoin.amos.supervision.business.dao.repository;
import com.yeejoin.amos.supervision.dao.entity.HiddenDanger;
/**
* @author xixinzhao
*/
public interface IHiddenDangerDao extends BaseDao<HiddenDanger, Long> {
}
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