fhx
2024-09-30 899277d8fba239727875201ee6a060b6c535f743
提交 | 用户 | age
bf9d68 1 package com.hz.his.dto.order;
R 2
3
4 import lombok.Data;
5
6 @Data
7 public class OrderOtherFilesDto {
8
9     /*** 文件类型 **/
10     private String fileType;
11     /***  文件路径**/
12     private String fileUrl;
13 }