fs-danaus
2022-11-14 12560372988b49cc9465e92c32d852db2d0e8612
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
package com.yc.action.grid;
 
/**
 * 
 * 多表生成时需要传递的参数设置
 * */
public class TMuiDTO {
   public int type;
   public int height1;
   public String indexs;
   public String tolkey;
   public int fromid;
   public int index;
   public int xxk;
   public boolean addnew=false;
   public  String formTabName ="";
}