1
2 天以前 34503a2e9a29418346a4ac8f84170ab8f4321d6e
1
2
3
4
5
6
7
8
package com.vincent.rsf.server.manager.service;
 
import com.baomidou.mybatisplus.extension.service.IService;
import com.vincent.rsf.server.manager.entity.LocType;
 
public interface LocTypeService extends IService<LocType> {
 
}