Skip to content
  • This project
    • Loading...
  • Sign in

Administrator / kmr-h5-java

Go to a project
Toggle navigation
Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • kmr-h5-java
  • ..
  • service
  • ImgInfoService.java
  • ja's avatar
    no message · ffd78d5e
    ffd78d5e
    ja committed 2017-11-30 09:41:51 +0800
ImgInfoService.java 222 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14
package com.example.service;

import com.example.models.ImgInfo;

/**
 * Created by JA on 17/7/17.
 */
public interface ImgInfoService {

    boolean create(ImgInfo imgInfo);

    ImgInfo getNewByOpenid(String openid);

}