公告板
版本库
filestore
活动
搜索
登录
main
/
wms_saas
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
Merge branch 'zypms' of http://47.97.1.152:5880/r/wms_saas into zypms
wang..123
2022-03-24
0e72c38e02644fb05cdd3d2b06766686f747ffad
[wms_saas.git]
/
src
/
main
/
java
/
zy
/
cloud
/
wms
/
system
/
service
/
UserLoginService.java
1
2
3
4
5
6
7
8
9
10
package zy.cloud.wms.system.service;
import com.baomidou.mybatisplus.service.IService;
import zy.cloud.wms.system.entity.UserLogin;
public interface UserLoginService extends IService<UserLogin> {
int selectCountByCurrentWeek();
}