parent
f4ce50355e
commit
d92dda411a
@ -0,0 +1,14 @@
|
|||||||
|
package com.WR.StudentMS.dao;
|
||||||
|
|
||||||
|
import java.util.List;
|
||||||
|
|
||||||
|
import com.WR.StudentMS.model.Tchengjilzh;
|
||||||
|
|
||||||
|
|
||||||
|
public interface Tchengjidaolzh {
|
||||||
|
List<com.WR.StudentMS.model.Tchengjilzh> findAll();
|
||||||
|
Tchengjilzh findById(String tchengjilzh);
|
||||||
|
int create(Tchengjilzh tchengjilzh);
|
||||||
|
int modify(Tchengjilzh tchengjilzh);
|
||||||
|
int remove(Tchengjilzh tchengjilzh);
|
||||||
|
}
|
Loading…
Reference in new issue