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
  • ..
  • vo
  • DictCateVo.java
  • xmh's avatar
    添加code服务 · 1d7cee14
    xmh committed Jul 09, 2021
    1d7cee14
DictCateVo.java 320 Bytes
RawBlameHistoryPermalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
package com.viontech.fanxing.code.vo;

import com.viontech.fanxing.code.model.DictCate;
import com.viontech.fanxing.code.vobase.DictCateVoBase;

public class DictCateVo extends DictCateVoBase {

    public DictCateVo() {
        super();
    }

    public DictCateVo(DictCate dictCate) {
        super(dictCate);
    }
}