3 changed files with 27 additions and 4 deletions
@ -0,0 +1,22 @@ |
|||
package com.tduck.cloud.project.entity.struct; |
|||
|
|||
|
|||
import lombok.Data; |
|||
|
|||
/** |
|||
* 文字描述组件属性 |
|||
*/ |
|||
@Data |
|||
public class DescTextExpandStruct { |
|||
/** |
|||
* 颜色 |
|||
*/ |
|||
private String color; |
|||
|
|||
/** |
|||
* 文字位置 |
|||
*/ |
|||
private String textAlign; |
|||
|
|||
|
|||
} |
Loading…
Reference in new issue