自动化立体仓库 - WCS系统
#
whycq
2022-08-08 1a9f0067e8c8b7ef1111b2dd3cf087397943f14c
1
2
3
4
5
6
7
8
9
10
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.UserLogin;
 
public interface UserLoginService extends IService<UserLogin> {
 
    int selectCountByCurrentWeek();
 
}