仪表盘
版本库
文件存储
活动
搜索
登录
main
/
film_set_backend
片场web后端
概况
操作记录
提交次数
目录
文档
分支
对比
blame
|
历史
|
原始文档
1.1
tj
2025-06-05
77c1b2e42b966f6ac3781efceb2cffdd590addec
[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>