|
@@ -24,7 +24,7 @@ public class TrainingVO {
|
|
|
private String remark;
|
|
private String remark;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "文件类型")
|
|
@ApiModelProperty(value = "文件类型")
|
|
|
- private String file_type;
|
|
|
|
|
|
|
+ private String fileType;
|
|
|
|
|
|
|
|
@ApiModelProperty(value = "文件地址")
|
|
@ApiModelProperty(value = "文件地址")
|
|
|
private String url;
|
|
private String url;
|