Sign in

潘钊 / bsth_control · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • bsth_control
  • ..
  • service
  • GeoPremiseService.java
  • Merge branch 'pudong_jdk8' of ...
      3e684046
    http://61.169.120.202:8888/panzhaov5/bsth_control into pudong_jdk8
    
    # Conflicts:
    #	src/main/java/com/bsth/service/report/impl/ReportServiceImpl.java
    娄高锋 authored
    2025-03-28 21:47:33 +0800  
    Browse Code »
GeoPremiseService.java 178 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10
package com.bsth.service;

import com.bsth.entity.GeoPremise;

/**
 * @author Hill
 */
public interface GeoPremiseService extends BaseService<GeoPremise, Integer> {

}