自动化立体仓库 - WMS系统
#1
dubin
2026-01-12 a1a0eafc533a488fa13db7432ed5b00627aaebdf
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();
 
}