|
@@ -93,6 +93,7 @@ public class EmsWAiHourSumTab1Controller extends BaseRESTfulController {
|
|
model.setId(id);
|
|
model.setId(id);
|
|
EmsWAiHourSumTab1 emsWAiHourSumTab1 = emsWAiHourSumTab1Service.modify(model);
|
|
EmsWAiHourSumTab1 emsWAiHourSumTab1 = emsWAiHourSumTab1Service.modify(model);
|
|
return success(emsWAiHourSumTab1);
|
|
return success(emsWAiHourSumTab1);
|
|
|
|
+
|
|
}
|
|
}
|
|
|
|
|
|
@ApiOperation(value="删除", notes="根据url的id来指定删除对象")
|
|
@ApiOperation(value="删除", notes="根据url的id来指定删除对象")
|