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
  • SystemParamService.java
  • 1.jdk7版本代码加入线路版本信息
      8056533b
    王通 authored
    2023-10-30 13:21:37 +0800  
    Browse Code »
SystemParamService.java 170 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9
package com.bsth.service;

import com.bsth.entity.SystemParam;

/**
 * @author Hill
 */
public interface SystemParamService extends BaseService<SystemParam, Integer> {
}