guyue
2 天以前 716a8e866af8df060ae2897a890f191174a08d37
src/main/java/com/linghu/mapper/PlatformMapper.java
@@ -10,5 +10,6 @@
 * @Entity com.linghu.model.entity.Platfrom
 */
public interface PlatformMapper extends BaseMapper<Platform> {
    public Platform getPlatformByDomain(String domain);
}