diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/BaseController/BaseExcelController.cs b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/BaseController/BaseExcelController.cs index a91e85b2..01f74731 100644 --- a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/BaseController/BaseExcelController.cs +++ b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/BaseController/BaseExcelController.cs @@ -31,7 +31,7 @@ namespace Yi.Framework.ApiMicroservice.Controllers public IActionResult Template() { List users = new(); - var fileName = nameof(T) + PathConst.DataTemplate; + var fileName = typeof(T).Name + PathConst.DataTemplate; var path = ExcelHelper.DownloadImportTemplate(users, fileName, Path.Combine(PathConst.wwwroot, PathEnum.Excel.ToString())); var file = System.IO.File.OpenRead(path); return File(file, "text/plain", $"{DateTime.Now.ToString("yyyyMMddHHmmssffff") + fileName }.xlsx"); diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/FileController.cs b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/FileController.cs index cbae0b8b..0d274f65 100644 --- a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/FileController.cs +++ b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Controllers/FileController.cs @@ -116,7 +116,12 @@ namespace Yi.Framework.ApiMicroservice.Controllers //落盘文件,文件名为雪花id+自己的扩展名 string filename = data.Id.ToString() + Path.GetExtension(f.FileName); - using (var stream = new FileStream(Path.Combine($"{PathConst.wwwroot}/{type}", filename), FileMode.CreateNew, FileAccess.Write)) + string typePath = $"{PathConst.wwwroot}/{type}"; + if (!Directory.Exists(typePath)) + { + Directory.CreateDirectory(typePath); + } + using (var stream = new FileStream(Path.Combine(typePath, filename), FileMode.CreateNew, FileAccess.Write)) { await f.CopyToAsync(stream); } diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Yi.Framework.ApiMicroservice.csproj b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Yi.Framework.ApiMicroservice.csproj index 6edd784f..38f13a52 100644 --- a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Yi.Framework.ApiMicroservice.csproj +++ b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/Yi.Framework.ApiMicroservice.csproj @@ -24,12 +24,6 @@ - - - - - - Always diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/File/1580086471145164800.txt b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/File/1580086471145164800.txt new file mode 100644 index 00000000..0cfd348a --- /dev/null +++ b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/File/1580086471145164800.txt @@ -0,0 +1,97 @@ +测试,测试,测试账号,密码123456: +sh:LEBG部门管理员,拥有全部权限,最高权限 +xz: 星能研究所管理员,能查看星能研究所及以下的所有的权限 +cdb:星能研究所访客测试,除了通用软件框架,其他星能研究所下的权限能看,可自定义配置 +ccb:通用软件框架部门个人管理员,只能看到自我全权限,范围最小 +ynb: plc部门管理员,只能看plc部门的权限 + + + + + +杨建:c语言开发过学生管理系统,专业能力比较低,不太了解行业,未来规划较模糊。和语言绑定,只要c和c++就可以,抗压能力大。 + +张傲:学习期间成绩较好,大概年纪百分之10,在工业界做过相关光伏损伤图形检测。表达思路比较清晰。抗压能力较强,参与多项学硕的项目,担任学院研究生主席。 +第一年根据公司具体的项目,着手锻炼专业技能,第二年根据公司发展,融入公司。 + +黄炳洁: +在校经历: +在校发表三篇论文,在工业界江苏宁阳公司实习,进行智能电表通信模块的开发与测试,在同事指导下工作。本科成绩前百分之40,硕士成绩前百分之50 + +职业规划: +第一年对公司业务不太熟悉,需要一定的嵌入式知识的学习。认为第一年会有导师来带项目。 +工作一年之后,有了经验,第二年绩效考核,进入公司之后刻苦学习。 +遇到学习上的困难,可以请教别人有经验的人,相信自己可以克服困难。 + +问题解答: +表达沟通比较吞吐,总结能力不太强。有一定的自学能力 + + + + + + +杨哲: +机械专业面试图像算法 +1、在校经历 +机械专业,图像算法方向。本科成绩排名百分之前30,研究生成绩前百分之10。一直在做导师的项目,在工业界没有经验。 + +2、职业规划 +第一年熟悉公司算法库的流程,怎么调用,然后从项目的一部分开始熟悉项目的流程,争取独立完成项目的一部分内容 +第二年先继续学习算法的内容,争取完成一个项目的经历。 +遇到困难,有准备,现在目前只能从加班。 +自学能力比较强,完成度比较高。 +前期充当学习的角色,后期担当负责人 + + + +季建杰: +1、在校经历 +做过无人机点源处理,成绩比较靠后,后百分之50。公司内没有无人机相关,不太了解海目星。 +对于学习新领域的知识,自学去找比较困难,请教身边的人。从事无人机激光测距专业。 + +2、职业规划 +为什么选择这个岗位:因为其他岗位更不了解,这个岗位稍微好点 +对规划挺少的,不太了解未来 +只要给的够多,抗压不是问题。 +自学能力比较强,在校期间基本是自学。 +性格比较开朗,没有很多突出的地方,比较随和 +没有说明补充的。 + + + + + +为什么选择这个岗位 +目标是什么 +来海目星担当什么角色 +抗压能力怎么样 +自学能力怎么样 +相比于其他人你的独特的优势是什么 + + +李志刚 +1、在校经历 +研究生成绩综合排名前百分之5,实习经历没有,没有在工控行业的经验。学习过(桥梁)缺陷检测 + +2、职业规划 +对于应届生做一个长远规划不太现实 +前两年主要是学习 +相比于理论,更喜欢实践。 + +碰到不会,以自学为主,最后在找人 +为什么选择这个岗位:专业对口,能力比较强 +来海目星担当什么角色:刚开始是学习的角度,积累经验 +抗压能力怎么样:抗压能力还可以,就业压力,放松心态 +自学能力怎么样:自学能力在校期间基本都是靠自己自学,主要靠自己搭建自己知识体系 + +优势:兴趣,自律,信用 +沟通比较清楚,有些紧张 + + + + + + + + diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/Image/1580086583107915776.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/Image/1580086583107915776.png new file mode 100644 index 00000000..af673cd9 Binary files /dev/null and b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/Image/1580086583107915776.png differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/Temp/202210121428535285T_DataExport.xlsx b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/Temp/202210121428535285T_DataExport.xlsx new file mode 100644 index 00000000..9123f929 Binary files /dev/null and b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/Temp/202210121428535285T_DataExport.xlsx differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/T_DataTemplate.xlsx b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/T_DataTemplate.xlsx index e7eee9a3..6f54205b 100644 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/T_DataTemplate.xlsx and b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/T_DataTemplate.xlsx differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/UserEntity_DataTemplate.xlsx b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/UserEntity_DataTemplate.xlsx index 4046ae1d..8a7b85b3 100644 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/UserEntity_DataTemplate.xlsx and b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/excel/UserEntity_DataTemplate.xlsx differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/056392ba-5b14-40ec-b679-32595e07ab6f.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/056392ba-5b14-40ec-b679-32595e07ab6f.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/056392ba-5b14-40ec-b679-32595e07ab6f.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/0880c226-24a1-4bbd-9603-e6729e4047fd.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/0880c226-24a1-4bbd-9603-e6729e4047fd.jpg deleted file mode 100644 index aa4daf73..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/0880c226-24a1-4bbd-9603-e6729e4047fd.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/0a5221e4-dca6-4d4e-8486-acf86822f2e4.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/0a5221e4-dca6-4d4e-8486-acf86822f2e4.jpg deleted file mode 100644 index 0e7512ee..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/0a5221e4-dca6-4d4e-8486-acf86822f2e4.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1474a0e7-d8e4-4ad3-871f-8cc0ff8d69f9.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1474a0e7-d8e4-4ad3-871f-8cc0ff8d69f9.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1474a0e7-d8e4-4ad3-871f-8cc0ff8d69f9.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580060882677927936.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580060882677927936.png deleted file mode 100644 index dc4b7124..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580060882677927936.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580060882711482368.txt b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580060882711482368.txt deleted file mode 100644 index 26e6ef52..00000000 --- a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580060882711482368.txt +++ /dev/null @@ -1,60 +0,0 @@ -全套CI持续集成流程 -1、用户在cf-site前端文本框输入必要信息 - -2、cf-site前端调用git-cli接口 - -3、检测用户是否存在,如果不存在就创建git用户 - -4、创建对应仓库并附上对应组织关系 - -5、创建仓库附上dev,test,main等分支 - -6、给git用户附上对应权限 - -7、本地服务器git秘钥进行存储 - -8、 进入临时代码文件夹: cd 临时文件 - -9、克隆远程空仓库:git clone git@gitlab.hymson.com.cn:root/test1.git - -10、进入仓库项目目录:cd 进入项目 - -11、选择分支:git switch -c dev - -12、远程调用cf-cli脚手架将模板文件cli生成 - -13、解压模板文件并将文件以特定格式移动到特定位置 - -14、本地上载全部更新:git add . - -15、添加上传描述:git commit -m "building" - -16、更新远程仓库git push -u origin main - -17、删除临时文件夹 - -18、返回前端仓库地址 - -全套CD持续部署流程 -1、密钥连接jenkins - -2、远程调用cf-cli Job模板生文件 - -3、cf-cli 根据ci的流程返回的参数来Job生成模板 - -4、修改仓库url - -5、修改job的name - -6、修改job的启动项目文件 - -7、创建Cd jenkins job在对应视图中 - -8、上传特定job - -9、触发job - -10、浏览线上网址 - - -CI合并CD,最终返回 仓库地址+线上地址 、 Consul服务注册发现地址,确认服务存活状态 diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066004657115136.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066004657115136.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066004657115136.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066025611857920.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066025611857920.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066025611857920.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066165693222912.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066165693222912.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066165693222912.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066176795545600.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066176795545600.gif deleted file mode 100644 index d0be1ed6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066176795545600.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066186081734656.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066186081734656.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066186081734656.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066511362592768.ico b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066511362592768.ico deleted file mode 100644 index e0895f23..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066511362592768.ico and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066558196191232.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066558196191232.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066558196191232.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066911880876032.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066911880876032.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580066911880876032.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067179167092736.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067179167092736.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067179167092736.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067767632138240.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067767632138240.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067767632138240.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067767665692672.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067767665692672.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067767665692672.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862444380160.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862444380160.gif deleted file mode 100644 index d0be1ed6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862444380160.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862448574464.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862448574464.png deleted file mode 100644 index dc4b7124..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862448574464.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862456963072.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862456963072.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862456963072.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862465351680.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862465351680.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580067862465351680.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406252670976.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406252670976.gif deleted file mode 100644 index d0be1ed6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406252670976.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406261059584.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406261059584.png deleted file mode 100644 index dc4b7124..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406261059584.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406269448192.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406269448192.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406269448192.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406277836800.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406277836800.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406277836800.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406282031104.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406282031104.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1580068406282031104.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/19e7fb2c-f4c9-4759-9e84-967fd6d47893.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/19e7fb2c-f4c9-4759-9e84-967fd6d47893.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/19e7fb2c-f4c9-4759-9e84-967fd6d47893.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1b0a926d-ddce-4048-9b09-e2b8ec37c161.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1b0a926d-ddce-4048-9b09-e2b8ec37c161.jpg deleted file mode 100644 index aa4daf73..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1b0a926d-ddce-4048-9b09-e2b8ec37c161.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1bae78ff-d172-4daf-8cb2-99d886d5bf2d.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1bae78ff-d172-4daf-8cb2-99d886d5bf2d.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1bae78ff-d172-4daf-8cb2-99d886d5bf2d.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1eda98b7-d529-486a-88d2-1cfb59f1cd1a.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1eda98b7-d529-486a-88d2-1cfb59f1cd1a.png deleted file mode 100644 index dc4b7124..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/1eda98b7-d529-486a-88d2-1cfb59f1cd1a.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/2bd1e552-bfd6-45df-8fe3-f3db5e1c31f9.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/2bd1e552-bfd6-45df-8fe3-f3db5e1c31f9.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/2bd1e552-bfd6-45df-8fe3-f3db5e1c31f9.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3aad676f-0083-4588-b0fb-8d35f4e4403f.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3aad676f-0083-4588-b0fb-8d35f4e4403f.gif deleted file mode 100644 index d0be1ed6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3aad676f-0083-4588-b0fb-8d35f4e4403f.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3d6ed457-0c20-4ce6-b91c-8c424f2f03bb.jpeg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3d6ed457-0c20-4ce6-b91c-8c424f2f03bb.jpeg deleted file mode 100644 index a1070258..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3d6ed457-0c20-4ce6-b91c-8c424f2f03bb.jpeg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3e1a699a-6634-4378-a98d-76a082843c92.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3e1a699a-6634-4378-a98d-76a082843c92.jpg deleted file mode 100644 index aa4daf73..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/3e1a699a-6634-4378-a98d-76a082843c92.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/5330a5c0-2f99-43a0-a038-e0ae1cbd835b.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/5330a5c0-2f99-43a0-a038-e0ae1cbd835b.png deleted file mode 100644 index dc4b7124..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/5330a5c0-2f99-43a0-a038-e0ae1cbd835b.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/5e604d16-06bc-4047-9145-6959a28e1fc7.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/5e604d16-06bc-4047-9145-6959a28e1fc7.png deleted file mode 100644 index dc4b7124..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/5e604d16-06bc-4047-9145-6959a28e1fc7.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/6312706b-7013-4aa5-af3c-0bbb6b3f4804.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/6312706b-7013-4aa5-af3c-0bbb6b3f4804.jpg deleted file mode 100644 index b1bdce5b..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/6312706b-7013-4aa5-af3c-0bbb6b3f4804.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/730c3a36-bef0-4fdc-8fb7-58029814db5d.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/730c3a36-bef0-4fdc-8fb7-58029814db5d.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/730c3a36-bef0-4fdc-8fb7-58029814db5d.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/754478f6-b361-47e0-a764-406b9e230d9e.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/754478f6-b361-47e0-a764-406b9e230d9e.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/754478f6-b361-47e0-a764-406b9e230d9e.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/7ca98a58-8822-40f5-a766-2a2dd21d2431.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/7ca98a58-8822-40f5-a766-2a2dd21d2431.jpg deleted file mode 100644 index aa4daf73..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/7ca98a58-8822-40f5-a766-2a2dd21d2431.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/7cb6a4f2-bc22-4450-9761-ff407c1f2310.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/7cb6a4f2-bc22-4450-9761-ff407c1f2310.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/7cb6a4f2-bc22-4450-9761-ff407c1f2310.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/893bc7db-94a6-450e-9997-41ad4c5fd534.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/893bc7db-94a6-450e-9997-41ad4c5fd534.jpg deleted file mode 100644 index aa4daf73..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/893bc7db-94a6-450e-9997-41ad4c5fd534.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/966200f6-265c-4470-ad20-c91c3d84a1cc.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/966200f6-265c-4470-ad20-c91c3d84a1cc.jpg deleted file mode 100644 index 0e7512ee..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/966200f6-265c-4470-ad20-c91c3d84a1cc.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/9cc04242-1f4d-4877-bfd5-95f7a56c9f9c.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/9cc04242-1f4d-4877-bfd5-95f7a56c9f9c.jpg deleted file mode 100644 index aa4daf73..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/9cc04242-1f4d-4877-bfd5-95f7a56c9f9c.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/9ed4c33b-f342-404f-87ed-a8ce85fc2848.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/9ed4c33b-f342-404f-87ed-a8ce85fc2848.png deleted file mode 100644 index dc4b7124..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/9ed4c33b-f342-404f-87ed-a8ce85fc2848.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a43726f9-7ee2-4237-b505-af9a79ea0aee.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a43726f9-7ee2-4237-b505-af9a79ea0aee.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a43726f9-7ee2-4237-b505-af9a79ea0aee.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a808725a-68e2-47b1-a8b7-301be4b6d84b.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a808725a-68e2-47b1-a8b7-301be4b6d84b.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a808725a-68e2-47b1-a8b7-301be4b6d84b.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a8c4308b-7d08-4938-a822-afc321ecbd89.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a8c4308b-7d08-4938-a822-afc321ecbd89.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/a8c4308b-7d08-4938-a822-afc321ecbd89.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ac2f7690-8b7c-4602-8579-1837c7478586.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ac2f7690-8b7c-4602-8579-1837c7478586.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ac2f7690-8b7c-4602-8579-1837c7478586.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/b259089a-fb38-49a3-898d-4719533ba43f.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/b259089a-fb38-49a3-898d-4719533ba43f.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/b259089a-fb38-49a3-898d-4719533ba43f.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/b25e620f-53ef-4baf-9e70-281fad40dc04.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/b25e620f-53ef-4baf-9e70-281fad40dc04.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/b25e620f-53ef-4baf-9e70-281fad40dc04.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/baa1aed0-4333-44c3-9f02-17993205d50e.ico b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/baa1aed0-4333-44c3-9f02-17993205d50e.ico deleted file mode 100644 index e0895f23..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/baa1aed0-4333-44c3-9f02-17993205d50e.ico and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/bdd108b2-a475-43dd-ab73-a1715162c0e5.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/bdd108b2-a475-43dd-ab73-a1715162c0e5.jpg deleted file mode 100644 index aa4daf73..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/bdd108b2-a475-43dd-ab73-a1715162c0e5.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/be9a4d42-c469-45e2-8c6e-6a28f7b81fee.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/be9a4d42-c469-45e2-8c6e-6a28f7b81fee.gif deleted file mode 100644 index d916a66d..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/be9a4d42-c469-45e2-8c6e-6a28f7b81fee.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/cd1bdcc1-6045-4fbd-911c-ad4db9e6e10b.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/cd1bdcc1-6045-4fbd-911c-ad4db9e6e10b.jpg deleted file mode 100644 index 5c832cf3..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/cd1bdcc1-6045-4fbd-911c-ad4db9e6e10b.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/d0f11804-d3f0-4d33-9338-09444d9a070a.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/d0f11804-d3f0-4d33-9338-09444d9a070a.gif deleted file mode 100644 index d0be1ed6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/d0f11804-d3f0-4d33-9338-09444d9a070a.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/e530c6f8-2723-4567-9166-b1d3e61dcc6a.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/e530c6f8-2723-4567-9166-b1d3e61dcc6a.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/e530c6f8-2723-4567-9166-b1d3e61dcc6a.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/e7ed9725-3fc8-46eb-9937-2f01a1e9d8ba.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/e7ed9725-3fc8-46eb-9937-2f01a1e9d8ba.jpg deleted file mode 100644 index 5c832cf3..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/e7ed9725-3fc8-46eb-9937-2f01a1e9d8ba.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ecb112b2-b2c4-4e7a-9ea0-88e47bbd1173.jpg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ecb112b2-b2c4-4e7a-9ea0-88e47bbd1173.jpg deleted file mode 100644 index fbeee125..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ecb112b2-b2c4-4e7a-9ea0-88e47bbd1173.jpg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ef4747f1-48d0-4e02-9910-1a0c8c301f94.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ef4747f1-48d0-4e02-9910-1a0c8c301f94.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ef4747f1-48d0-4e02-9910-1a0c8c301f94.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ef4c708d-3b6a-49c4-9285-44351c2ac5ef.gif b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ef4c708d-3b6a-49c4-9285-44351c2ac5ef.gif deleted file mode 100644 index d0be1ed6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/ef4c708d-3b6a-49c4-9285-44351c2ac5ef.gif and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/fe195729-1a55-45db-8588-7bbbf0cbe1fa.png b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/fe195729-1a55-45db-8588-7bbbf0cbe1fa.png deleted file mode 100644 index 5b2d9dc6..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/fe195729-1a55-45db-8588-7bbbf0cbe1fa.png and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/feae1964-04ce-464b-848b-86f2245f3f63.jpeg b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/feae1964-04ce-464b-848b-86f2245f3f63.jpeg deleted file mode 100644 index 76a391b4..00000000 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/wwwroot/image/feae1964-04ce-464b-848b-86f2245f3f63.jpeg and /dev/null differ diff --git a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db index 62d44a87..4a83f9c6 100644 Binary files a/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db and b/Yi.Framework.Net6/Yi.Framework.ApiMicroservice/yi-sqlsugar-dev.db differ