guyue
4 天以前 734e626b73e837480310413798ace688bfdb92b7
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);
}