package com.ajxm.web.dao; import java.util.List; import org.springframework.stereotype.Component; import com.ajxm.web.entity.Dept; @Component(value="deptDao") public interface IDeptDao { public int insertDept(Dept dept); public int updateDept(Dept dept); public List<Dept> getList(); }

yeyuuu LV6
2023年5月20日
h_z_feng LV1
2022年12月24日
potato1234 LV6
2022年3月22日
amour1 LV11
2021年12月5日
543666826 LV34
2021年11月19日
w384553037 LV1
2021年11月4日
wubinbin LV11
2021年10月10日
heqian LV17
2021年9月28日
ljl123456321 LV1
2021年9月11日
木木不爱安妮酱 LV10
2021年7月3日