4e0ca226 by chentao

no message

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