Skip to content
  • Projects
  • Groups
  • Snippets
  • Help
  • This project
    • Loading...
  • Sign in

谢明辉 / fanxing3

Go to a project
  • Project
  • Repository
  • Issues 0
  • Merge Requests 0
  • Pipelines
  • Wiki
  • Settings
  • Activity
  • Graph
  • Charts
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Branches
  • Tags
  • Contributors
  • Graph
  • Compare
  • Charts
Switch branch/tag
  • fanxing3
  • ..
  • base
  • VoInterface.java
  • xmh's avatar
    完成代码生成,完成feign调试 · 93c2722f
    xmh committed Jul 12, 2021
    93c2722f
VoInterface.java 137 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7
package com.viontech.fanxing.commons.base;

public interface VoInterface<T> {
    public T getModel();

    public void setModel(T t);
}