cl
4 天以前 91a2be4c5b6a700346f5024267a99e9e4ab9ca57
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.LocTypeRela;
 
public interface LocTypeRelaService extends IService<LocTypeRela> {
 
}