package com.bjtds.brichat.service;
public interface DocumentService {
String getUploadById(String id);
}