"deploy/vscode:/vscode.git/clone" did not exist on "b68151cbe8861bed93ee6322e25a6773eb4d1177"
Commit 70f0dae4 authored by 季圣华's avatar 季圣华
Browse files

优化表结构

parent 13932441
...@@ -9,5 +9,7 @@ import java.util.Date; /** ...@@ -9,5 +9,7 @@ import java.util.Date; /**
* @Date: 2019/3/29 15:09 * @Date: 2019/3/29 15:09
*/ */
public interface UserBusinessMapperEx { public interface UserBusinessMapperEx {
int batchDeleteUserBusinessByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]); int batchDeleteUserBusinessByIds(@Param("updateTime") Date updateTime, @Param("updater") Long updater, @Param("ids") String ids[]);
} }
Supports Markdown
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