CZT
2023-10-30 0271df79dace7b86db5e92fa73a12b24a2143aed
1
2
3
4
5
6
7
8
9
10
11
12
package com.ld.igds.phone35.param;
 
import lombok.Data;
 
/**
 * @Author:YAN
 */
@Data
public class Phone35VideoCommonParam extends Phone35CommonParam {
    private String id;
    private String playType;
}