随笔分类 - react
摘要:import { View as ViewFile} from '@/api/SafetyRule'; const Handler_DownLoadFile = (Id:number,IsEnglish:boolean)=>{ sfParam.Id=Id; sfParam.IsEnglish=IsE
阅读全文
摘要:public List<string> WriteFile(List<UploadDTO> uploads) { List<string> fileNames = new List<string>(); try { uploads.ForEach(item => { string FilePath
阅读全文
摘要:public MessageObjectPO<UploadPO> OnPostUpload(UploadRO uploadRO) { var response = new MessageObjectPO<UploadPO>(); Guid guid = Guid.NewGuid(); string
阅读全文