1
21 小时以前 c2ead3c7e7f1db81b6fc961e0f037abd0e8a4e2c
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> {
 
}