TASK:AiDA模块化

This commit is contained in:
shahaibo
2025-03-16 13:09:50 +08:00
parent 1637db2fe3
commit 8fa76c6732
55 changed files with 3236 additions and 132 deletions

View File

@@ -25,4 +25,8 @@
select * from t_design_python_outfit_detail where is_deleted = 0
</select>
<select id="selectListDelete" resultMap="tDesignPythonOutfitDetailResultMap">
select * from t_design_python_outfit_detail
where is_deleted = 1
</select>
</mapper>