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; } }