Commit cde5ac5b by lixian7

调整接口

parent 0ba3fc03
...@@ -7,6 +7,7 @@ import com.hikcreate.edl.pub.web.mobile.infra.model.BindInfo; ...@@ -7,6 +7,7 @@ import com.hikcreate.edl.pub.web.mobile.infra.model.BindInfo;
import com.hikcreate.edl.pub.web.mobile.infra.model.param.request.BindInfoQueryReq; import com.hikcreate.edl.pub.web.mobile.infra.model.param.request.BindInfoQueryReq;
import com.hikcreate.edl.pub.web.mobile.infra.model.param.request.H5BindInfoQuery; import com.hikcreate.edl.pub.web.mobile.infra.model.param.request.H5BindInfoQuery;
import java.util.Date;
import java.util.List; import java.util.List;
/** /**
...@@ -20,7 +21,7 @@ public interface BindInfoMapper extends BaseMapper<BindInfo> { ...@@ -20,7 +21,7 @@ public interface BindInfoMapper extends BaseMapper<BindInfo> {
List<BindInfo> selectByQuery( String userId); List<BindInfo> selectByQuery( String userId);
Integer clearPast(DateTime dateTime); Integer clearPast( Date dateTime);
Integer unbind(BindInfo info); Integer unbind(BindInfo info);
......
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