ny
23 小时以前 b6f169fe43a2b13f351aefc152374fc7f0bc8cb7
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
package jnpf.generater.model.FormDesign;
 
import jnpf.model.visualJson.FieLdsModel;
import jnpf.model.visualJson.config.ConfigModel;
import jnpf.model.visualJson.options.ColumnOptionModel;
import jnpf.model.visualJson.props.PropsModel;
import lombok.Data;
 
import java.util.List;
 
/**
 * 列表
 *
 * @author JNPF开发平台组
 * @version V3.2.0
 * @copyright 引迈信息技术有限公司(https://www.jnpfsoft.com)
 * @date 2021/8/17
 */
@Data
public class ColumnListModel extends FieLdsModel {
 
    private boolean first = false;
 
    /**
     * 字段
     */
    private String prop;
    /**
     * 列名
     */
    private String label;
    /**
     * 对齐
     */
    private String align;
 
    private String jnpfKey;
 
    private String dataType;
 
    private String vModel;
 
    private Boolean sortable;
 
    /**
     * 列表子表表名
     */
    private String columnTableName;
 
    /**
     * 处理后的prop
     */
    private String newProp;
 
    private Boolean multiple;
 
    private ConfigModel config;
    private String placeholder;
    private Object style;
    private Boolean clearable;
    private String prefixIcon;
    private Integer precision;
    private String suffixIcon;
    private String maxlength;
    private Boolean showWordLimit;
    private Boolean readonly;
    private Boolean disabled;
    /**
     * 关联表单id
     */
    private String modelId="";
    /**
     * 关联表单 二维码 条形码 字段
     */
    private String relationField;
    private Boolean hasPage;
    private Integer pageSize;
    private String type;
    private Object autosize;
    private Integer step;
    private Boolean stepstrictly;
    private String controls;
    private Object textStyle;
    private Integer lineHeight;
    private Integer fontSize;
    private Boolean showChinese;
    private Boolean showPassword;
 
    /**
     * 大小
     */
    private String size;
    private Boolean filterable;
    /**
     * 冻结
     */
    private String fixed = "none";
    /**
     * 关联表单属性
     */
    private String showField;
    /**
     * 待定
     */
    private PropsModel props;
    /**
     * 待定
     */
    private Boolean showAllLevels;
    private String separator;
    private Boolean isrange;
    private String rangeseparator;
    private String startplaceholder;
    private String endplaceholder;
    private String format;
    private String valueformat;
    private Object pickeroptions;
    private Integer max;
    private Integer count;
    private Boolean allowhalf;
    private Boolean showText;
    private Boolean showScore;
    private Boolean showAlpha;
    private String colorformat;
    private String activetext;
    private String inactivetext;
    private String activecolor;
    private String inactivecolor;
    private String activeValue;
    private String inactiveValue;
    private Integer min;
    private Boolean showStops;
    private Boolean range;
    private String content;
    private String header;
    private Boolean accordion;
    private String tabPosition;
    /**
     * 未找到
     */
    private String accept;
    private Boolean showTip;
    private Integer fileSize;
    private String sizeUnit;
    private Integer limit;
    private String contentposition;
    private String buttonText;
    private Integer level;
    private String options;
    private String actionText;
    private String shadow;
    private String name;
    private String title;
 
    /**
     * 查询方式 1.eq 2.like 3.between
     */
    private Integer searchType;
    private String interfaceId;
    private List<ColumnOptionModel> columnOptions;
    private String propsValue;
 
    /**
     * 开关 值
     */
    private String activeTxt = "开";
    private String inactiveTxt = "关";
 
    /**
     * 条形码 条码颜色
     */
    private String lineColor;
    /**
     * 条形码 背景色
     */
    private String background;
    /**
     * 条形码 宽高
     */
    private Integer width;
    private Integer height;
    /**
     * 条形码 二维码 固定值
     */
    private String staticText;
 
 
    /**
     * 二维码 条码颜色
     */
    private String colorDark;
 
    /**
     * 二维码 背景色
     */
    private String colorLight;
 
    /**
     * 子表是否合计
     */
    private Boolean showSummary;
 
    /**
     * 子表合计字段
     */
    private String summaryField;
 
    /**
     * 所属部门展示内容
     */
    private String showLevel;
 
    /**
     * 弹窗 样式属性
     */
    private String popupType;
    private String popupTitle;
    private String popupWidth;
 
    private String selectType;
 
    //自定义
    private String ableIds;
    private String ableDepIds;
    private String ablePosIds;
    private String ableUserIds;
    private String ableRoleIds;
    private String ableGroupIds;
 
    private ColumnChildListModel columnChildListModel;
 
    //数字输入-金额大小写等属性
    private String addonAfter;
    private String addonBefore;
    private Boolean isAmountChinese;
    private Boolean thousands;
 
    //时间控件新增字段
    private String startTime;
    private String endTime;
    private String startRelationField;
    private String endRelationField;
 
    //单选多选样式
    private String direction;
    private String optionType;
    //单选样式风格
    private String buttonStyle;
    /**
     * 下拉补全展示条数
     */
    private Integer total;
    private String id;
 
    private Boolean useScan = false;
    private Boolean useMask = false;
    private Object maskConfig;
 
    /**
     * 定位地图属性
     */
    private boolean autoLocation = false;
    private boolean enableLocationScope = false;
    private int adjustmentScope;
    private boolean enableDesktopLocation = false;
    private List<Object> locationScope;
}