From 2e64c232ab6b51b2cecf1ee96e1e9b709234f326 Mon Sep 17 00:00:00 2001 From: huanghongfa <huanghongfa123456> Date: 星期六, 21 八月 2021 16:35:14 +0800 Subject: [PATCH] 随手拍改版接口开发 --- springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComSwPatrolRecordDO.java | 81 ++++++---------------------------------- 1 files changed, 13 insertions(+), 68 deletions(-) diff --git a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComSwPatrolRecordDO.java b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComSwPatrolRecordDO.java index 77ec7b4..d825dc0 100644 --- a/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComSwPatrolRecordDO.java +++ b/springcloud_k8s_panzhihuazhihuishequ/service_community/src/main/java/com/panzhihua/service_community/model/dos/ComSwPatrolRecordDO.java @@ -36,24 +36,9 @@ private Date patrolTime; /** - * 天气 - */ - private String weather; - - /** - * 温度 - */ - private String temperature; - - /** - * 风 - */ - private String wind; - - /** - * (取字典表国家标准编码)巡查类型(1.防火巡查2.防汛巡查3.防疫巡查) + * 巡查类型(1.防火巡查2.防汛巡查3.防疫巡查),多条以逗号隔开 */ - private Integer patrolType; + private String patrolType; /** * 巡查领导 @@ -64,6 +49,16 @@ * 巡查人员 */ private String patrolPerson; + + /** + * 人员名字,多个以逗号隔开 + */ + private String personName; + + /** + * 人员电话,多个以逗号隔开 + */ + private String personPhone; /** * 巡查地址 @@ -110,45 +105,6 @@ */ private Integer isHiddenDanger; - /** - * 隐患名称 - */ - private String dagerName; - - /** - * 排查时间 - */ - private Date checkTime; - - /** - * 主体部门、单位或个人全称 - */ - private String unitName; - - /** - * 隐患简述 - */ - private String dagerDescription; - - /** - * 是否立即整改(1是 、0否) - */ - private Integer isRectifyImmediately; - - /** - * 采取措施 - */ - private String takeSteps; - - /** - * 采取措施照片 - */ - private String stepsPhoto; - - /** - * 整改人员 - */ - private String rectifyPerson; /** * 创建时间 @@ -164,7 +120,7 @@ /** * 更新时间 */ - @TableField(fill = FieldFill.UPDATE) + @TableField(fill = FieldFill.INSERT_UPDATE) private Date updateAt; /** @@ -177,9 +133,6 @@ return "ComSwPatrolRecordDO{" + "id=" + id + ", patrolTime=" + patrolTime + - ", weather=" + weather + - ", temperature=" + temperature + - ", wind=" + wind + ", patrolType=" + patrolType + ", patrolLeader=" + patrolLeader + ", patrolPerson=" + patrolPerson + @@ -192,14 +145,6 @@ ", successionPerson=" + successionPerson + ", successionTime=" + successionTime + ", isHiddenDanger=" + isHiddenDanger + - ", dagerName=" + dagerName + - ", checkTime=" + checkTime + - ", unitName=" + unitName + - ", dagerDescription=" + dagerDescription + - ", isRectifyImmediately=" + isRectifyImmediately + - ", takeSteps=" + takeSteps + - ", stepsPhoto=" + stepsPhoto + - ", rectifyPerson=" + rectifyPerson + ", createAt=" + createAt + ", createBy=" + createBy + ", updateAt=" + updateAt + -- Gitblit v1.7.1