admin
2022-04-07 211840b64fa1132d76d6dff6c779e9ba2c0c450f
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 {
 
}