Skip to content

分割线 DIVIDE

在表单中插入一条横向分割线,用于字段的视觉分组,不存储任何数据。

基础用法

java
@Transient
@EruptField(
    edit = @Edit(title = "-- 基本信息 --", type = EditType.DIVIDE)
)
private String divide;

贡献者

The avatar of contributor named as YuePeng YuePeng

页面历史

Released under the Apache-2.0 License.