fhx
12 小时以前 899277d8fba239727875201ee6a060b6c535f743
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.hz.his.dto.order;
 
 
import lombok.Data;
 
@Data
public class OrderOtherFilesDto {
 
    /*** 文件类型 **/
    private String fileType;
    /***  文件路径**/
    private String fileUrl;
}