<!-- 查詢當前表有多少條記錄 --><select id="total" resultType="java.lang.Integer"> SELECT COUNT(*) FROM t_area @Overridepublic int total() throws Exception{return areaMapper.total();}
添加回答
舉報
0/150
提交
取消