仪表盘
版本库
文件存储
活动
搜索
登录
main
/
film_set_backend
片场web后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
add:影视作品和片场信息
cloudroam
2025-05-22
c1ac446278c893ea6751cb94b9eb3a7847857ef6
[film_set_backend.git]
/
src
/
main
/
resources
/
mapper
/
district
/
DistrictMapperCustom.xml
1
2
3
4
5
6
7
8
9
10
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE mapper PUBLIC "-//mybatis.org//DTD Mapper 3.0//EN" "http://mybatis.org/dtd/mybatis-3-mapper.dtd">
<mapper namespace="com.mzl.flower.mapper.district.DistrictMapperCustom">
<delete id="removeAllDistricts">
delete from t_district
</delete>
</mapper>