1
2
3
4
5
6
7
8
9
10
11
12
13
| package org.yeshi.utils.generater.vo.xmlconfig.admin.form;
|
| import org.yeshi.utils.generater.vo.xmlconfig.base.FormComponent;
|
| /**
| * @author hxh
| * @title: FormComponentSelect
| * @description: 开关控件
| * @date 2022/3/28 13:56
| */
| public class FormComponentSwitch extends FormComponent {
|
| }
|
|