Sign in

潘钊 / control_service_data_Interface · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • control_service_data_Interface
  • ..
  • service
  • UserService.java
  • update...
    7eb5c34b
    潘钊 authored
    2017-09-04 09:56:28 +0800  
    Browse Code »
UserService.java 199 Bytes
Edit Raw Blame History
1 2 3 4 5 6 7 8 9 10 11 12 13
package com.bsth.service;

import com.bsth.entity.PasswordUser;

/**
 * Created by panzhao on 2017/3/26.
 */
public interface UserService {

    PasswordUser get(String pwd);

    void loadData();
}