Commit 379568b3 authored by 11277's avatar 11277

Update 头行保存.md

parent 56a1014e
...@@ -217,7 +217,7 @@ public class HlsTESTController extends BaseController { ...@@ -217,7 +217,7 @@ public class HlsTESTController extends BaseController {
> **提示:** > **提示:**
>* 通常头行结构还会涉及对头行数据的删和查,根据需要在controller中加入入口。 >* 通常头行结构还会涉及对头行数据的删和查,根据需要在controller中加入入口。
>* bathUpdate会根据传入的List对象中单个对象的属性值__status判断,如为update即做更新操作,add为插入操作, __status的值由前端paramter函数决定。 >* bathUpdate会根据传入的List对象中单个对象的属性值__status判断,如为update即做更新操作,add为插入操作, __status的值由前端paramter函数决定。
>* 这里的select()和batchUpdate()由相应的service继承自IBaseService,自己无需实现,类似方法还有许多,请自行练习使用。 >* 这里的select()、batchDelete()和batchUpdate()由相应的service继承自IBaseService,自己无需实现,类似方法还有许多,请自行练习使用。
......
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