4e0ca226 by chentao

no message

1 parent e388e044
1 package com.lego.common.core.domain.dto;
2
3 import lombok.Data;
4
5 /**
6 * 业务文件vo
7 * @author zfc
8 * @version 1.0
9 * @date 2025/6/2 18:41
10 */
11 @Data
12 public class BizFileVo {
13
14 private String ossId;
15
16 private String url;
17
18 private String type;
19
20 private Integer sort;
21 }
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!