package com.glxp.api.req.system;
import lombok.Data;
@Data
public class DeleteDeviceFileRequest {
String id;
String filePath;
String filePath2;
}