@ -0,0 +1,13 @@
|
|||||||
|
package JavaDao;
|
||||||
|
|
||||||
|
import JavaBean.Accountcxs;
|
||||||
|
|
||||||
|
public interface AccountDaocxs {
|
||||||
|
|
||||||
|
Accountcxs findByID(String id);
|
||||||
|
|
||||||
|
public int mod(Accountcxs accountcxs);
|
||||||
|
|
||||||
|
public int delect(String userid);
|
||||||
|
public int insert(Accountcxs accountcxs);
|
||||||
|
}
|
@ -0,0 +1,9 @@
|
|||||||
|
package JavaDao;
|
||||||
|
|
||||||
|
import JavaBean.zhanjicxs;
|
||||||
|
|
||||||
|
public interface zuceDaocxs {
|
||||||
|
zhanjicxs findAll();
|
||||||
|
zhanjicxs findById(zhanjicxs id);
|
||||||
|
|
||||||
|
}
|
Loading…
Reference in new issue