#
mrzhssss
2022-09-05 2a6ffd8bfdb3d8234a55e7fabe71999f1dba4fd9
1
2
3
4
5
6
7
8
package zy.cloud.wms.manager.service;
 
import zy.cloud.wms.manager.entity.DocType;
import com.baomidou.mybatisplus.service.IService;
 
public interface DocTypeService extends IService<DocType> {
 
}