first commit
This commit is contained in:
14
comm/Invest/src/project/invest/vip/AdminVipService.java
Executable file
14
comm/Invest/src/project/invest/vip/AdminVipService.java
Executable file
@@ -0,0 +1,14 @@
|
||||
package project.invest.vip;
|
||||
|
||||
import kernel.web.Page;
|
||||
import project.invest.vip.model.Vip;
|
||||
import project.mall.seller.model.MallLevel;
|
||||
|
||||
public interface AdminVipService {
|
||||
|
||||
Page pagedQuery();
|
||||
|
||||
MallLevel findById(String id);
|
||||
|
||||
void update(MallLevel mallLevel);
|
||||
}
|
||||
Reference in New Issue
Block a user