2021与蓝度共同重构项目,服务端
LHN
2022-10-17 edea93ff8d1011f42fef3167e67f7d487ede000c
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
package com.sandu.ximon.admin.dto.nova;
 
import lombok.Data;
 
import java.util.List;
 
@Data
public class PlayerWidgetLine {
 
    private List<PlayerWidgetLineTextAttributes> textAttributes;
 
    public PlayerWidgetLine(){
 
    }
}