Sign in

RF / hucai · Files

Logo

GitLab

  • Back to group
  • Project
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • hucai
  • ..
  • bean
  • kezhuanrow.java
  • update 可转债
    2dd61e91
    游杰 authored
    2020-09-23 17:13:11 +0800  
    Browse Code »
kezhuanrow.java 261 Bytes
Edit Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
package com.huaheng.tab.bean;

/**
 * Created by youjie on 2020/9/22
 */
public class kezhuanrow {

    private int id;
    private CellBean cell;

    public int getId() {
        return id;
    }

    public void setId(int id) {
        this.id = id;
    }
}