自动化立体仓库 - WMS系统
#
Junjie
7 天以前 d7d99af35f7a304bba700ca7cb8a3330237cc8ea
1
2
3
4
5
6
7
8
9
10
package com.zy.system.service;
 
import com.zy.system.entity.LicenseInfos;
import com.baomidou.mybatisplus.service.IService;
 
public interface LicenseInfosService extends IService<LicenseInfos> {
 
    LicenseInfos getLatestLicense();
 
}