雪场华为云VOD视频上传服务程序
lyg
2025-01-24 b9a246da2db1e8a7c37a9d02df29e0dbc82c9579
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.ld.vps.config;
 
import lombok.Data;
import org.springframework.boot.context.properties.ConfigurationProperties;
import org.springframework.stereotype.Component;
 
@Component
@ConfigurationProperties(prefix = "com.ld.vps.trail")
@Data
public class TrailInfo {
  private String id;
  private String price;
}