自动化立体仓库 - WMS系统
#
zzgtfwq
4 天以前 d854c87dcb5dfc629a7e1e3e8d693271908e592f
1
2
3
4
5
6
7
8
9
package com.zy.system.service;
 
import com.baomidou.mybatisplus.service.IService;
import com.zy.system.entity.Config;
 
public interface ConfigService extends IService<Config> {
 
    Config selectConfigByCode(String code);
}