luxiaotao1123
2024-04-07 32c168d5095a0391deb71e3a6b0223f4211a9182
1
2
3
4
5
6
7
8
package com.zy.asrs.wcs.system.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.zy.asrs.wcs.system.entity.Dict;
 
public interface DictService extends IService<Dict> {
 
}