REQ-3444: move elements to precise location

This commit is contained in:
yanglin 2024-12-17 18:38:17 +08:00
parent bbc2f673c1
commit b99fa4d708

View File

@ -31,4 +31,8 @@ public class CardElementConfig {
*/
private String value;
/**
* 是否已经启用. 只对模版的扩展字段有效样式忽略这个字段
*/
private boolean enabled;
}