Commit abbd92de authored by chenhao's avatar chenhao

Merge branch 'developer' of http://172.16.10.76/moa/amos-boot-biz into developer

parents ad77ba58 d4aa92c2
...@@ -36,4 +36,7 @@ public class ShiftChangeDto extends BaseDto { ...@@ -36,4 +36,7 @@ public class ShiftChangeDto extends BaseDto {
@ApiModelProperty(value = "操作人名称") @ApiModelProperty(value = "操作人名称")
private String recUserName; private String recUserName;
@ApiModelProperty(value = "日常工作")
private String dutyWork;
} }
...@@ -43,4 +43,10 @@ public class ShiftChange extends BaseEntity { ...@@ -43,4 +43,10 @@ public class ShiftChange extends BaseEntity {
*/ */
@TableField("remark") @TableField("remark")
private String remark; private String remark;
/**
* 日常工作
*/
@TableField("duty_work")
private String dutyWork;
} }
...@@ -129,7 +129,9 @@ ...@@ -129,7 +129,9 @@
a.rescue_grid, a.rescue_grid,
a.coordinate_x, a.coordinate_x,
a.coordinate_y, a.coordinate_y,
a.response_level a.response_level,
a.system_source,
a.system_source_code
FROM FROM
jc_alert_called a jc_alert_called a
<where> <where>
......
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