Revert "余宏代码Api接口修改"

This reverts commit a6d4fbd7ec.
master
LI-CCONG\李聪聪 11 months ago
parent a6d4fbd7ec
commit 277f41d181

@ -14,7 +14,7 @@ namespace zzz.Api.Controllers
/// </summary>
[ApiController]
[Route("api/[controller]/[action]")]
public class BigScreenController2 : BaseApiController
public class BigScreenController : BaseApiController
{
private readonly ILogger<ApiActiveController> _logger;
private readonly IBaseRepository<plan_order> _planOrderRep;
@ -28,7 +28,7 @@ namespace zzz.Api.Controllers
/// <param name="planOrderRep"></param>
/// <param name="salesout_delivery_orderRep"></param>
/// <param name="logger"></param>
public BigScreenController2(
public BigScreenController(
IBaseRepository<plan_order> planOrderRep,
IBaseRepository<salesout_delivery_order> salesout_delivery_orderRep,
IBaseRepository<EqmtCollectAddData> eqmtAddRep,

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because it is too large Load Diff

@ -0,0 +1 @@
{"ContentRoots":["F:\\yuhong_plc\\zzz.Api\\wwwroot\\"],"Root":{"Children":{"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}

@ -0,0 +1,410 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>zzz.Api</name>
</assembly>
<members>
<member name="T:zzz.Api.Controllers.ApiActiveController">
<summary>
持续运行
</summary>
</member>
<member name="M:zzz.Api.Controllers.ApiActiveController.#ctor(zzz.Repository.IBaseRepository{zzz.Model.Entity.TasksQz},zzz.Tasks.ISchedulerCenter,Microsoft.Extensions.Logging.ILogger{zzz.Api.Controllers.ApiActiveController})">
<summary>
持续运行
</summary>
<param name="tasksQzServices"></param>
<param name="schedulerCenter"></param>
<param name="logger"></param>
</member>
<member name="M:zzz.Api.Controllers.ApiActiveController.KeepActive">
<summary>
激活
</summary>
</member>
<member name="M:zzz.Api.Controllers.ApiActiveController.ExecuteJob(System.Int32)">
<summary>
立即执行任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="T:zzz.Api.Controllers.BaseApiController">
<summary>
</summary>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Success``1(``0,System.String)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="data"></param>
<param name="message"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Success(System.String)">
<summary>
</summary>
<param name="message"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Failed(System.String,System.Int32)">
<summary>
</summary>
<param name="message"></param>
<param name="status"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Failed``1(System.String,System.Int32)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="message"></param>
<param name="status"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.SuccessPage``1(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{``0},System.Int32,System.String)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="page"></param>
<param name="dataCount"></param>
<param name="pageSize"></param>
<param name="data"></param>
<param name="pageCount"></param>
<param name="message"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.SuccessPage``1(zzz.Model.PageModel{``0},System.String)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="pageModel"></param>
<param name="message"></param>
<returns></returns>
</member>
<member name="T:zzz.Api.Controllers.BigScreenController">
<summary>
余宏大屏数据
</summary>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.#ctor(zzz.Repository.IBaseRepository{zzz.Model.Entity.plan_order},zzz.Repository.IBaseRepository{zzz.Model.Entity.salesout_delivery_order},zzz.Repository.IBaseRepository{zzz.Model.Entity.EqmtCollectAddData},zzz.Repository.IBaseRepository{zzz.Model.Entity.EqmtBase},zzz.Repository.IBaseRepository{zzz.Model.Entity.EqmtPubData},Microsoft.Extensions.Logging.ILogger{zzz.Api.Controllers.ApiActiveController})">
<summary>
余宏大屏数据
</summary>
<param name="planOrderRep"></param>
<param name="salesout_delivery_orderRep"></param>
<param name="logger"></param>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getPlanOrderList">
<summary>
工单列表数据
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getPlanOrderDetail(System.Int64)">
<summary>
工单详情
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getMonthData">
<summary>
动态月订单信息数据
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getEqmtDetailList">
<summary>
设备信息
</summary>
<returns></returns>
</member>
<member name="T:zzz.Api.Controllers.TasksQzController">
<summary>
定时任务
</summary>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.#ctor(zzz.Repository.IBaseRepository{zzz.Model.Entity.TasksQz},zzz.Tasks.ISchedulerCenter,zzz.Repository.UnitOfWork.IUnitOfWork)">
<summary>
构造
</summary>
<param name="tasksQzServices"></param>
<param name="schedulerCenter"></param>
<param name="unitOfWork"></param>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Get(System.Int32,System.String)">
<summary>
分页获取
</summary>
<param name="page"></param>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Post(zzz.Model.Entity.TasksQz)">
<summary>
添加计划任务
</summary>
<param name="tasksQz"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Put(zzz.Model.Entity.TasksQz)">
<summary>
修改计划任务
</summary>
<param name="tasksQz"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Delete(System.Int32)">
<summary>
删除一个任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.StartJob(System.Int32)">
<summary>
启动计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.StopJob(System.Int32)">
<summary>
停止一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.PauseJob(System.Int32)">
<summary>
暂停一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.ResumeJob(System.Int32)">
<summary>
恢复一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.ReCovery(System.Int32)">
<summary>
重启一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.GetTaskNameSpace">
<summary>
获取任务命名空间
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.ExecuteJob(System.Int32)">
<summary>
立即执行任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="T:zzz.Api.Controllers.TestController">
<summary>
</summary>
</member>
<member name="M:zzz.Api.Controllers.TestController.#ctor(AutoMapper.IMapper,zzz.Services.Sys.Tests.ITestServices,zzz.Services.Sys.TasksQzs.ITasksQzServices,zzz.Services.ReadPLC.IReadPLCDataService)">
<summary>
</summary>
<param name="mapper"></param>
<param name="testServices"></param>
<param name="tasksQzServices"></param>
<param name="readPLCDataService"></param>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestAdd(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 增加数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestAddIF(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 增加数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpd(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 修改数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpd2(zzz.Services.Sys.Tests.Dtos.DtoEditTest2)">
<summary>
测试 修改部分数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpdIF(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 修改数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpd2IF(zzz.Services.Sys.Tests.Dtos.DtoEditTest2)">
<summary>
测试 修改部分数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestDelSoft(zzz.Services.KeyInputUpd{System.Int64})">
<summary>
测试 软删除数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestDelSoftIF(zzz.Services.KeyInputUpd{System.Int64})">
<summary>
测试 软删除数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestGet(zzz.Services.KeyInput{System.Int64})">
<summary>
测试取单条数据 BaseService
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestGetIf(zzz.Services.KeyInput{System.Int64})">
<summary>
测试取单条数据 IF
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestPage(zzz.Services.Sys.Tests.Dtos.GetPageListTestInput)">
<summary>
测试分页数据 Baseservice
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestPageIF(zzz.Services.Sys.Tests.Dtos.GetPageListTestInput)">
<summary>
测试分页数据 IF
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUseTran">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead13(zzz.Services.ReadPLC.EquipInput)">
<summary>
读取13线数据
</summary>
<param name="input"></param>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead2">
<summary>
读取2线数据
</summary>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead15">
<summary>
读取15线数据
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead7">
<summary>
读取7线数据
</summary>
<returns></returns>
</member>
<member name="T:zzz.Web.Api.Controllers.DBOperationController">
<summary>
数据库操作
</summary>
</member>
<member name="M:zzz.Web.Api.Controllers.DBOperationController.#ctor(zzz.Services.IDBSeed)">
<summary>
构造
</summary>
<param name="dbSeed"></param>
</member>
<member name="M:zzz.Web.Api.Controllers.DBOperationController.CreateTable(System.String)">
<summary>
同步表结果 Entity-->数据库
</summary>
<param name="tableClassName"></param>
<returns></returns>
</member>
<member name="T:zzz.Filter.GlobalExceptionsFilter">
<summary>
全局异常错误日志
</summary>
</member>
<member name="M:zzz.Filter.GlobalExceptionsFilter.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,Microsoft.Extensions.Logging.ILogger{zzz.Filter.GlobalExceptionsFilter},Microsoft.AspNetCore.SignalR.IHubContext{zzz.Hubs.ChatHub})">
<summary>
异常拦截构造函数
</summary>
<param name="env"></param>
<param name="loggerHelper"></param>
<param name="hubContext"></param>
</member>
<member name="M:zzz.Filter.GlobalExceptionsFilter.OnException(Microsoft.AspNetCore.Mvc.Filters.ExceptionContext)">
<summary>
异常发生
</summary>
<param name="context"></param>
</member>
<member name="M:zzz.Filter.GlobalExceptionsFilter.WriteLog(System.String,System.Exception)">
<summary>
自定义返回格式
</summary>
<param name="throwMsg"></param>
<param name="ex"></param>
<returns></returns>
</member>
<member name="T:zzz.Filter.InternalServerErrorObjectResult">
<summary>
</summary>
</member>
<member name="M:zzz.Filter.InternalServerErrorObjectResult.#ctor(System.Object)">
<summary>
</summary>
<param name="value"></param>
</member>
<member name="T:zzz.Filter.JsonErrorResponse">
<summary>
返回错误信息
</summary>
</member>
<member name="P:zzz.Filter.JsonErrorResponse.Message">
<summary>
生产环境的消息
</summary>
</member>
<member name="P:zzz.Filter.JsonErrorResponse.DevelopmentMessage">
<summary>
开发环境的消息
</summary>
</member>
</members>
</doc>

@ -0,0 +1,400 @@
<?xml version="1.0"?>
<doc>
<assembly>
<name>zzz.Api</name>
</assembly>
<members>
<member name="T:zzz.Api.Controllers.ApiActiveController">
<summary>
持续运行
</summary>
</member>
<member name="M:zzz.Api.Controllers.ApiActiveController.#ctor(zzz.Repository.IBaseRepository{zzz.Model.Entity.TasksQz},zzz.Tasks.ISchedulerCenter,Microsoft.Extensions.Logging.ILogger{zzz.Api.Controllers.ApiActiveController})">
<summary>
持续运行
</summary>
<param name="tasksQzServices"></param>
<param name="schedulerCenter"></param>
<param name="logger"></param>
</member>
<member name="M:zzz.Api.Controllers.ApiActiveController.KeepActive">
<summary>
激活
</summary>
</member>
<member name="M:zzz.Api.Controllers.ApiActiveController.ExecuteJob(System.Int32)">
<summary>
立即执行任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="T:zzz.Api.Controllers.BaseApiController">
<summary>
</summary>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Success``1(``0,System.String)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="data"></param>
<param name="message"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Success(System.String)">
<summary>
</summary>
<param name="message"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Failed(System.String,System.Int32)">
<summary>
</summary>
<param name="message"></param>
<param name="status"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.Failed``1(System.String,System.Int32)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="message"></param>
<param name="status"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.SuccessPage``1(System.Int32,System.Int32,System.Int32,System.Collections.Generic.List{``0},System.Int32,System.String)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="page"></param>
<param name="dataCount"></param>
<param name="pageSize"></param>
<param name="data"></param>
<param name="pageCount"></param>
<param name="message"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BaseApiController.SuccessPage``1(zzz.Model.PageModel{``0},System.String)">
<summary>
</summary>
<typeparam name="T"></typeparam>
<param name="pageModel"></param>
<param name="message"></param>
<returns></returns>
</member>
<member name="T:zzz.Api.Controllers.BigScreenController">
<summary>
余宏大屏数据
</summary>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.#ctor(zzz.Repository.IBaseRepository{zzz.Model.Entity.plan_order},zzz.Repository.IBaseRepository{zzz.Model.Entity.salesout_delivery_order},zzz.Repository.IBaseRepository{zzz.Model.Entity.EqmtCollectAddData},zzz.Repository.IBaseRepository{zzz.Model.Entity.EqmtBase},zzz.Repository.IBaseRepository{zzz.Model.Entity.EqmtPubData},Microsoft.Extensions.Logging.ILogger{zzz.Api.Controllers.ApiActiveController})">
<summary>
余宏大屏数据
</summary>
<param name="planOrderRep"></param>
<param name="salesout_delivery_orderRep"></param>
<param name="logger"></param>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getPlanOrderList">
<summary>
工单列表数据
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getPlanOrderDetail(System.Int64)">
<summary>
工单详情
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getMonthData">
<summary>
动态月订单信息数据
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.BigScreenController.getEqmtDetailList">
<summary>
设备信息
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.#ctor(zzz.Repository.IBaseRepository{zzz.Model.Entity.TasksQz},zzz.Tasks.ISchedulerCenter,zzz.Repository.UnitOfWork.IUnitOfWork)">
<summary>
构造
</summary>
<param name="tasksQzServices"></param>
<param name="schedulerCenter"></param>
<param name="unitOfWork"></param>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Get(System.Int32,System.String)">
<summary>
分页获取
</summary>
<param name="page"></param>
<param name="key"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Post(zzz.Model.Entity.TasksQz)">
<summary>
添加计划任务
</summary>
<param name="tasksQz"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Put(zzz.Model.Entity.TasksQz)">
<summary>
修改计划任务
</summary>
<param name="tasksQz"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.Delete(System.Int32)">
<summary>
删除一个任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.StartJob(System.Int32)">
<summary>
启动计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.StopJob(System.Int32)">
<summary>
停止一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.PauseJob(System.Int32)">
<summary>
暂停一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.ResumeJob(System.Int32)">
<summary>
恢复一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.ReCovery(System.Int32)">
<summary>
重启一个计划任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.GetTaskNameSpace">
<summary>
获取任务命名空间
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TasksQzController.ExecuteJob(System.Int32)">
<summary>
立即执行任务
</summary>
<param name="jobId"></param>
<returns></returns>
</member>
<member name="T:zzz.Api.Controllers.TestController">
<summary>
</summary>
</member>
<member name="M:zzz.Api.Controllers.TestController.#ctor(AutoMapper.IMapper,zzz.Services.Sys.Tests.ITestServices,zzz.Services.Sys.TasksQzs.ITasksQzServices,zzz.Services.ReadPLC.IReadPLCDataService)">
<summary>
</summary>
<param name="mapper"></param>
<param name="testServices"></param>
<param name="tasksQzServices"></param>
<param name="readPLCDataService"></param>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestAdd(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 增加数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestAddIF(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 增加数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpd(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 修改数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpd2(zzz.Services.Sys.Tests.Dtos.DtoEditTest2)">
<summary>
测试 修改部分数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpdIF(zzz.Services.Sys.Tests.Dtos.AddOrUpdTestInput)">
<summary>
测试 修改数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUpd2IF(zzz.Services.Sys.Tests.Dtos.DtoEditTest2)">
<summary>
测试 修改部分数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestDelSoft(zzz.Services.KeyInputUpd{System.Int64})">
<summary>
测试 软删除数据 BaseService
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestDelSoftIF(zzz.Services.KeyInputUpd{System.Int64})">
<summary>
测试 软删除数据 接口
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestGet(zzz.Services.KeyInput{System.Int64})">
<summary>
测试取单条数据 BaseService
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestGetIf(zzz.Services.KeyInput{System.Int64})">
<summary>
测试取单条数据 IF
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestPage(zzz.Services.Sys.Tests.Dtos.GetPageListTestInput)">
<summary>
测试分页数据 Baseservice
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestPageIF(zzz.Services.Sys.Tests.Dtos.GetPageListTestInput)">
<summary>
测试分页数据 IF
</summary>
<param name="input"></param>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestUseTran">
<summary>
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead13(zzz.Services.ReadPLC.EquipInput)">
<summary>
读取13线数据
</summary>
<param name="input"></param>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead2">
<summary>
读取2线数据
</summary>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead15">
<summary>
读取15线数据
</summary>
<returns></returns>
</member>
<member name="M:zzz.Api.Controllers.TestController.TestRead7">
<summary>
读取7线数据
</summary>
<returns></returns>
</member>
<member name="M:zzz.Web.Api.Controllers.DBOperationController.#ctor(zzz.Services.IDBSeed)">
<summary>
构造
</summary>
<param name="dbSeed"></param>
</member>
<member name="M:zzz.Web.Api.Controllers.DBOperationController.CreateTable(System.String)">
<summary>
同步表结果 Entity-->数据库
</summary>
<param name="tableClassName"></param>
<returns></returns>
</member>
<member name="T:zzz.Filter.GlobalExceptionsFilter">
<summary>
全局异常错误日志
</summary>
</member>
<member name="M:zzz.Filter.GlobalExceptionsFilter.#ctor(Microsoft.AspNetCore.Hosting.IWebHostEnvironment,Microsoft.Extensions.Logging.ILogger{zzz.Filter.GlobalExceptionsFilter},Microsoft.AspNetCore.SignalR.IHubContext{zzz.Hubs.ChatHub})">
<summary>
异常拦截构造函数
</summary>
<param name="env"></param>
<param name="loggerHelper"></param>
<param name="hubContext"></param>
</member>
<member name="M:zzz.Filter.GlobalExceptionsFilter.OnException(Microsoft.AspNetCore.Mvc.Filters.ExceptionContext)">
<summary>
异常发生
</summary>
<param name="context"></param>
</member>
<member name="M:zzz.Filter.GlobalExceptionsFilter.WriteLog(System.String,System.Exception)">
<summary>
自定义返回格式
</summary>
<param name="throwMsg"></param>
<param name="ex"></param>
<returns></returns>
</member>
<member name="T:zzz.Filter.InternalServerErrorObjectResult">
<summary>
</summary>
</member>
<member name="M:zzz.Filter.InternalServerErrorObjectResult.#ctor(System.Object)">
<summary>
</summary>
<param name="value"></param>
</member>
<member name="T:zzz.Filter.JsonErrorResponse">
<summary>
返回错误信息
</summary>
</member>
<member name="P:zzz.Filter.JsonErrorResponse.Message">
<summary>
生产环境的消息
</summary>
</member>
<member name="P:zzz.Filter.JsonErrorResponse.DevelopmentMessage">
<summary>
开发环境的消息
</summary>
</member>
</members>
</doc>

@ -0,0 +1,37 @@
{
"Version": 1,
"Hash": "JRRw62GIcFSeqj/dPtpFzjHTIIbufDwojy458QXr2rY=",
"Source": "zzz.Api",
"BasePath": "_content/zzz.Api",
"Mode": "Default",
"ManifestType": "Build",
"ReferencedProjectsConfiguration": [],
"DiscoveryPatterns": [
{
"Name": "zzz.Api\\wwwroot",
"Source": "zzz.Api",
"ContentRoot": "F:\\yuhong_plc\\zzz.Api\\wwwroot\\",
"BasePath": "_content/zzz.Api",
"Pattern": "**"
}
],
"Assets": [
{
"Identity": "F:\\yuhong_plc\\zzz.Api\\wwwroot\\index.html",
"SourceId": "zzz.Api",
"SourceType": "Discovered",
"ContentRoot": "F:\\yuhong_plc\\zzz.Api\\wwwroot\\",
"BasePath": "_content/zzz.Api",
"RelativePath": "index.html",
"AssetKind": "All",
"AssetMode": "All",
"AssetRole": "Primary",
"RelatedAsset": "",
"AssetTraitName": "",
"AssetTraitValue": "",
"CopyToOutputDirectory": "Never",
"CopyToPublishDirectory": "PreserveNewest",
"OriginalItemSpec": "wwwroot\\index.html"
}
]
}

@ -0,0 +1 @@
{"ContentRoots":["F:\\yuhong_plc\\zzz.Api\\wwwroot\\"],"Root":{"Children":{"index.html":{"Children":null,"Asset":{"ContentRootIndex":0,"SubPath":"index.html"},"Patterns":null}},"Asset":null,"Patterns":[{"ContentRootIndex":0,"Pattern":"**","Depth":0}]}}

@ -0,0 +1,846 @@
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Log4net.config
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\appsettings.Development.json
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\appsettings.json
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Api.staticwebassets.runtime.json
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Api.exe
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Api.deps.json
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Api.runtimeconfig.json
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\cjyx.Api.xml
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Autofac.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\AutoMapper.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\BouncyCastle.Crypto.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Castle.Core.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Google.Protobuf.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\K4os.Compression.LZ4.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\K4os.Compression.LZ4.Streams.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\K4os.Hash.xxHash.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\log4net.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\MicroKnights.Log4NetAdoNetAppender.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.Identity.Client.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.OpenApi.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\MiniProfiler.Shared.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\MySql.Data.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Ubiety.Dns.Core.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\ZstdNet.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Newtonsoft.Json.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Npgsql.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Quartz.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Scrutor.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Serilog.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Serilog.Sinks.File.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\SQLitePCLRaw.nativelibrary.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\SQLitePCLRaw.core.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\SqlSugar.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\DmProvider.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Kdbndp.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.DirectoryServices.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.Drawing.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.Runtime.Caching.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.Security.Permissions.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\System.Windows.Extensions.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\WebApiClient.Extensions.DependencyInjection.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\WebApiClient.JIT.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\Yitter.IdGenerator.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cs
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cache
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\staticwebassets.build.json
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\staticwebassets.development.json
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\scopedcss\bundle\zzz.Api.styles.css
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.csproj.CopyComplete
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\Src\cjyx\cjyx.Api\obj\Debug\net6.0\zzz.Api.genruntimeconfig.cache
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cs
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cache
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Log4net.config
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\appsettings.Development.json
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\appsettings.json
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.staticwebassets.runtime.json
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.exe
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.deps.json
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.runtimeconfig.json
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Autofac.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\AutoMapper.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\BouncyCastle.Crypto.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Castle.Core.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Google.Protobuf.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.Streams.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\K4os.Hash.xxHash.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\log4net.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\MicroKnights.Log4NetAdoNetAppender.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Identity.Client.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.OpenApi.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\MiniProfiler.Shared.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\MySql.Data.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Ubiety.Dns.Core.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\ZstdNet.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Npgsql.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Quartz.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Scrutor.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Serilog.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Serilog.Sinks.File.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.nativelibrary.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.core.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\SqlSugar.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\DmProvider.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Kdbndp.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Drawing.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Runtime.Caching.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Security.Permissions.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Windows.Extensions.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\WebApiClient.Extensions.DependencyInjection.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\WebApiClient.JIT.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Yitter.IdGenerator.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\staticwebassets.build.json
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\staticwebassets.development.json
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\scopedcss\bundle\zzz.Api.styles.css
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CopyComplete
D:\work\长江云息\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.genruntimeconfig.cache
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.xml
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Features.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.IO.Pipelines.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Net.WebSockets.WebSocketProtocol.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll
D:\work\长江云息\Src\cjyx\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Log4net.config
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\appsettings.Development.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\appsettings.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.staticwebassets.runtime.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.exe
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.deps.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.runtimeconfig.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Api.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Autofac.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\AutoMapper.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\BouncyCastle.Crypto.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Castle.Core.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Google.Protobuf.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.Streams.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\K4os.Hash.xxHash.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\log4net.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\MicroKnights.Log4NetAdoNetAppender.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Features.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Identity.Client.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.OpenApi.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\MiniProfiler.Shared.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\MySql.Data.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Ubiety.Dns.Core.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\ZstdNet.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Npgsql.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Quartz.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Scrutor.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Serilog.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Serilog.Sinks.File.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.nativelibrary.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.core.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\SqlSugar.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\DmProvider.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Kdbndp.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Drawing.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.IO.Pipelines.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Net.WebSockets.WebSocketProtocol.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Runtime.Caching.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Security.Permissions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\System.Windows.Extensions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\WebApiClient.Extensions.DependencyInjection.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\WebApiClient.JIT.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\Yitter.IdGenerator.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\staticwebassets.build.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\staticwebassets.development.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\scopedcss\bundle\zzz.Api.styles.css
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\obj\Debug\net6.0\zzz.Api.genruntimeconfig.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Api\bin\Debug\net6.0\HslCommunication.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Log4net.config
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\appsettings.Development.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\appsettings.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.staticwebassets.runtime.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.exe
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.deps.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.runtimeconfig.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Autofac.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\AutoMapper.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\BouncyCastle.Crypto.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Castle.Core.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Google.Protobuf.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\HslCommunication.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.Streams.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\K4os.Hash.xxHash.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\log4net.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MicroKnights.Log4NetAdoNetAppender.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Features.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Identity.Client.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.OpenApi.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MiniProfiler.Shared.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MySql.Data.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Ubiety.Dns.Core.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\ZstdNet.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Npgsql.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Quartz.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Scrutor.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Serilog.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Serilog.Sinks.File.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.nativelibrary.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.core.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SqlSugar.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\DmProvider.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Kdbndp.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Drawing.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.IO.Pipelines.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Net.WebSockets.WebSocketProtocol.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Runtime.Caching.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Security.Permissions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Windows.Extensions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\WebApiClient.Extensions.DependencyInjection.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\WebApiClient.JIT.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Yitter.IdGenerator.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.PerformanceCounter.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\staticwebassets.build.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\staticwebassets.development.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\scopedcss\bundle\zzz.Api.styles.css
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\ref\zzz.Api.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.genruntimeconfig.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Log4net.config
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\appsettings.Development.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\appsettings.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.staticwebassets.runtime.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.exe
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.deps.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.runtimeconfig.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Api.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Autofac.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\AutoMapper.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\BouncyCastle.Crypto.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Castle.Core.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Google.Protobuf.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\HslCommunication.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.Streams.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\K4os.Hash.xxHash.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\log4net.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MicroKnights.Log4NetAdoNetAppender.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Features.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Identity.Client.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.OpenApi.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MiniProfiler.Shared.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\MySql.Data.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Ubiety.Dns.Core.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\ZstdNet.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Npgsql.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Quartz.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Scrutor.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Serilog.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Serilog.Sinks.File.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.nativelibrary.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.core.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\SqlSugar.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\DmProvider.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Kdbndp.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Drawing.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.IO.Pipelines.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Net.WebSockets.WebSocketProtocol.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Runtime.Caching.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Security.Permissions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\System.Windows.Extensions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\WebApiClient.Extensions.DependencyInjection.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\WebApiClient.JIT.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\Yitter.IdGenerator.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.PerformanceCounter.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Extensions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Model.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Repository.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Services.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Tasks.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Extensions.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Common.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Model.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Model.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Repository.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Services.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Services.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\bin\Debug\net6.0\zzz.Tasks.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.AssemblyReference.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.GeneratedMSBuildEditorConfig.editorconfig
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfoInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfo.cs
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CoreCompileInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cs
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\staticwebassets.build.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\staticwebassets.development.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\scopedcss\bundle\zzz.Api.styles.css
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CopyComplete
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\refint\zzz.Api.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\zzz.Api.genruntimeconfig.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Api\obj\Debug\net6.0\ref\zzz.Api.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Log4net.config
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\appsettings.Development.json
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\appsettings.json
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Api.staticwebassets.runtime.json
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Api.exe
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Api.deps.json
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Api.runtimeconfig.json
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Api.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Api.pdb
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Api.xml
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Autofac.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Autofac.Extensions.DependencyInjection.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Autofac.Extras.DynamicProxy.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\AutoMapper.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\AutoMapper.Extensions.Microsoft.DependencyInjection.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\BouncyCastle.Crypto.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Castle.Core.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Google.Protobuf.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\HslCommunication.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\K4os.Compression.LZ4.Streams.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\K4os.Hash.xxHash.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\log4net.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\MicroKnights.Log4NetAdoNetAppender.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Connections.Abstractions.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.JsonPatch.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.Mvc.NewtonsoftJson.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Common.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.AspNetCore.SignalR.Protocols.NewtonsoftJson.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Data.SqlClient.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Data.Sqlite.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Configuration.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.DependencyModel.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Features.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Extensions.Logging.Log4Net.AspNetCore.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Identity.Client.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.JsonWebTokens.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Logging.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Protocols.OpenIdConnect.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.IdentityModel.Tokens.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.OpenApi.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Microsoft.Win32.SystemEvents.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\MiniProfiler.AspNetCore.Mvc.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\MiniProfiler.Shared.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\MySql.Data.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Ubiety.Dns.Core.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\ZstdNet.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Newtonsoft.Json.Bson.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Npgsql.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Oracle.ManagedDataAccess.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Quartz.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Scrutor.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Serilog.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Serilog.Sinks.File.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.batteries_v2.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.nativelibrary.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.core.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\SQLitePCLRaw.provider.dynamic_cdecl.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\SqlSugar.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\DmProvider.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Kdbndp.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Filters.Abstractions.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Newtonsoft.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.Swagger.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerGen.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Swashbuckle.AspNetCore.SwaggerUI.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Configuration.ConfigurationManager.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Diagnostics.PerformanceCounter.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.DirectoryServices.Protocols.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Drawing.Common.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.IdentityModel.Tokens.Jwt.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.IO.Pipelines.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Net.WebSockets.WebSocketProtocol.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Runtime.Caching.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Security.Cryptography.ProtectedData.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Security.Permissions.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\System.Windows.Extensions.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\WebApiClient.Extensions.DependencyInjection.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\WebApiClient.JIT.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\Yitter.IdGenerator.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.1\Microsoft.Data.SqlClient.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\Microsoft.Data.SqlClient.SNI.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\Microsoft.Data.SqlClient.SNI.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\Microsoft.Data.SqlClient.SNI.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\Microsoft.Data.SqlClient.SNI.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\Microsoft.Win32.SystemEvents.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\alpine-x64\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\linux-arm64\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\linux-armel\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\linux-mips64\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\linux-musl-x64\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\linux-x64\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\linux-x86\native\libe_sqlite3.so
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\osx-x64\native\libe_sqlite3.dylib
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-arm\native\e_sqlite3.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-arm64\native\e_sqlite3.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-x64\native\e_sqlite3.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win-x86\native\e_sqlite3.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.Diagnostics.PerformanceCounter.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp2.0\System.DirectoryServices.Protocols.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\unix\lib\netcoreapp3.0\System.Drawing.Common.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Drawing.Common.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Runtime.Caching.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netstandard2.0\System.Security.Cryptography.ProtectedData.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\runtimes\win\lib\netcoreapp3.0\System.Windows.Extensions.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Common.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Extensions.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Model.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Repository.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Services.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Tasks.dll
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Extensions.pdb
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Common.pdb
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Model.pdb
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Model.xml
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Repository.pdb
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Services.pdb
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Services.xml
F:\yuhong_plc\zzz.Api\bin\Debug\net6.0\zzz.Tasks.pdb
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.AssemblyReference.cache
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.GeneratedMSBuildEditorConfig.editorconfig
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfoInputs.cache
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.AssemblyInfo.cs
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CoreCompileInputs.cache
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cs
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.MvcApplicationPartsAssemblyInfo.cache
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\staticwebassets.build.json
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\staticwebassets.development.json
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\scopedcss\bundle\zzz.Api.styles.css
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.csproj.CopyComplete
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.dll
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\refint\zzz.Api.dll
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.pdb
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\zzz.Api.genruntimeconfig.cache
F:\yuhong_plc\zzz.Api\obj\Debug\net6.0\ref\zzz.Api.dll

@ -0,0 +1 @@
6404141602f34d27dab82718757abe168e8c9f73

@ -0,0 +1,866 @@
{
"runtimeTarget": {
"name": ".NETCoreApp,Version=v6.0",
"signature": ""
},
"compilationOptions": {},
"targets": {
".NETCoreApp,Version=v6.0": {
"zzz.Common/1.0.0": {
"dependencies": {
"AutoMapper": "11.0.1",
"Microsoft.AspNetCore.SignalR.Core": "1.1.0",
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.Configuration.Binder": "6.0.0",
"Microsoft.Extensions.Configuration.Json": "6.0.0",
"Microsoft.Extensions.Hosting.Abstractions": "6.0.0",
"Serilog": "2.11.0",
"Serilog.Sinks.File": "5.0.0",
"WebApiClient.Extensions.DependencyInjection": "2.0.3",
"Yitter.IdGenerator": "1.0.12",
"log4net": "2.0.14"
},
"runtime": {
"zzz.Common.dll": {}
}
},
"AutoMapper/11.0.1": {
"dependencies": {
"Microsoft.CSharp": "4.7.0"
},
"runtime": {
"lib/netstandard2.1/AutoMapper.dll": {
"assemblyVersion": "11.0.0.0",
"fileVersion": "11.0.1.0"
}
}
},
"log4net/2.0.14": {
"dependencies": {
"System.Configuration.ConfigurationManager": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/log4net.dll": {
"assemblyVersion": "2.0.14.0",
"fileVersion": "2.0.14.0"
}
}
},
"Microsoft.AspNetCore.Authorization/2.2.0": {
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "2.2.0",
"Microsoft.Extensions.Options": "2.2.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.AspNetCore.Authorization.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.0.18316"
}
}
},
"Microsoft.AspNetCore.Connections.Abstractions/2.2.0": {
"dependencies": {
"Microsoft.AspNetCore.Http.Features": "2.2.0",
"System.IO.Pipelines": "4.5.2"
},
"runtime": {
"lib/netstandard2.0/Microsoft.AspNetCore.Connections.Abstractions.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.0.18316"
}
}
},
"Microsoft.AspNetCore.Http.Features/2.2.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.AspNetCore.Http.Features.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.0.18316"
}
}
},
"Microsoft.AspNetCore.SignalR.Common/1.1.0": {
"dependencies": {
"Microsoft.AspNetCore.Connections.Abstractions": "2.2.0",
"Microsoft.Extensions.Options": "2.2.0",
"Newtonsoft.Json": "11.0.2",
"System.Buffers": "4.5.0"
},
"runtime": {
"lib/netcoreapp2.2/Microsoft.AspNetCore.SignalR.Common.dll": {
"assemblyVersion": "1.1.0.0",
"fileVersion": "1.1.0.18316"
}
}
},
"Microsoft.AspNetCore.SignalR.Core/1.1.0": {
"dependencies": {
"Microsoft.AspNetCore.Authorization": "2.2.0",
"Microsoft.AspNetCore.SignalR.Common": "1.1.0",
"Microsoft.AspNetCore.SignalR.Protocols.Json": "1.1.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.Logging.Abstractions": "2.2.0",
"System.Reflection.Emit": "4.3.0",
"System.Threading.Channels": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.AspNetCore.SignalR.Core.dll": {
"assemblyVersion": "1.1.0.0",
"fileVersion": "1.1.0.18316"
}
}
},
"Microsoft.AspNetCore.SignalR.Protocols.Json/1.1.0": {
"dependencies": {
"Microsoft.AspNetCore.SignalR.Common": "1.1.0",
"Newtonsoft.Json": "11.0.2"
},
"runtime": {
"lib/netstandard2.0/Microsoft.AspNetCore.SignalR.Protocols.Json.dll": {
"assemblyVersion": "1.1.0.0",
"fileVersion": "1.1.0.18316"
}
}
},
"Microsoft.CSharp/4.7.0": {},
"Microsoft.Extensions.Configuration/6.0.1": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.322.12309"
}
}
},
"Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Abstractions.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Configuration.Binder/6.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.Binder.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
"Microsoft.Extensions.FileProviders.Physical": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Configuration.FileExtensions.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Configuration.Json/6.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration": "6.0.1",
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.Configuration.FileExtensions": "6.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
"System.Text.Json": "6.0.0"
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Configuration.Json.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
"runtime": {
"lib/net6.0/Microsoft.Extensions.DependencyInjection.Abstractions.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
"dependencies": {
"Microsoft.Extensions.Primitives": "6.0.0"
},
"runtime": {
"lib/net6.0/Microsoft.Extensions.FileProviders.Abstractions.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.FileProviders.Physical/6.0.0": {
"dependencies": {
"Microsoft.Extensions.FileProviders.Abstractions": "6.0.0",
"Microsoft.Extensions.FileSystemGlobbing": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0"
},
"runtime": {
"lib/net6.0/Microsoft.Extensions.FileProviders.Physical.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.FileSystemGlobbing/6.0.0": {
"runtime": {
"lib/net6.0/Microsoft.Extensions.FileSystemGlobbing.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
"dependencies": {
"Microsoft.Extensions.Configuration.Abstractions": "6.0.0",
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.FileProviders.Abstractions": "6.0.0"
},
"runtime": {
"lib/netstandard2.1/Microsoft.Extensions.Hosting.Abstractions.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.Extensions.Logging.Abstractions/2.2.0": {
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Logging.Abstractions.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.0.18315"
}
}
},
"Microsoft.Extensions.Options/2.2.0": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"Microsoft.Extensions.Primitives": "6.0.0",
"System.ComponentModel.Annotations": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/Microsoft.Extensions.Options.dll": {
"assemblyVersion": "2.2.0.0",
"fileVersion": "2.2.0.18315"
}
}
},
"Microsoft.Extensions.Primitives/6.0.0": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
},
"runtime": {
"lib/net6.0/Microsoft.Extensions.Primitives.dll": {
"assemblyVersion": "6.0.0.0",
"fileVersion": "6.0.21.52210"
}
}
},
"Microsoft.NETCore.Platforms/2.0.0": {},
"Microsoft.NETCore.Targets/1.1.0": {},
"Newtonsoft.Json/11.0.2": {
"runtime": {
"lib/netstandard2.0/Newtonsoft.Json.dll": {
"assemblyVersion": "11.0.0.0",
"fileVersion": "11.0.2.21924"
}
}
},
"Serilog/2.11.0": {
"runtime": {
"lib/net5.0/Serilog.dll": {
"assemblyVersion": "2.0.0.0",
"fileVersion": "2.11.0.0"
}
}
},
"Serilog.Sinks.File/5.0.0": {
"dependencies": {
"Serilog": "2.11.0"
},
"runtime": {
"lib/net5.0/Serilog.Sinks.File.dll": {
"assemblyVersion": "5.0.0.0",
"fileVersion": "5.0.0.0"
}
}
},
"System.Buffers/4.5.0": {},
"System.ComponentModel.Annotations/4.5.0": {},
"System.Configuration.ConfigurationManager/4.5.0": {
"dependencies": {
"System.Security.Cryptography.ProtectedData": "4.5.0",
"System.Security.Permissions": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/System.Configuration.ConfigurationManager.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.IO/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0",
"System.Text.Encoding": "4.3.0",
"System.Threading.Tasks": "4.3.0"
}
},
"System.IO.Pipelines/4.5.2": {
"runtime": {
"lib/netcoreapp2.1/System.IO.Pipelines.dll": {
"assemblyVersion": "4.0.0.1",
"fileVersion": "4.6.26919.2"
}
}
},
"System.Reflection/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.IO": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit/4.3.0": {
"dependencies": {
"System.IO": "4.3.0",
"System.Reflection": "4.3.0",
"System.Reflection.Emit.ILGeneration": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"dependencies": {
"System.Reflection": "4.3.0",
"System.Reflection.Primitives": "4.3.0",
"System.Runtime": "4.3.0"
}
},
"System.Reflection.Primitives/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Runtime/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.0"
}
},
"System.Runtime.Caching/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Configuration.ConfigurationManager": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/System.Runtime.Caching.dll": {
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
}
},
"runtimeTargets": {
"runtimes/unix/lib/netcoreapp2.0/System.Runtime.Caching.dll": {
"rid": "unix",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
},
"runtimes/win/lib/netcoreapp2.0/System.Runtime.Caching.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.0.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {},
"System.Security.AccessControl/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"System.Security.Principal.Windows": "4.5.0"
}
},
"System.Security.Cryptography.ProtectedData/4.5.0": {
"runtime": {
"lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
}
},
"runtimeTargets": {
"runtimes/win/lib/netstandard2.0/System.Security.Cryptography.ProtectedData.dll": {
"rid": "win",
"assetType": "runtime",
"assemblyVersion": "4.0.3.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Security.Permissions/4.5.0": {
"dependencies": {
"System.Security.AccessControl": "4.5.0"
},
"runtime": {
"lib/netstandard2.0/System.Security.Permissions.dll": {
"assemblyVersion": "4.0.1.0",
"fileVersion": "4.6.26515.6"
}
}
},
"System.Security.Principal.Windows/4.5.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0"
}
},
"System.Text.Encoding/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"System.Text.Encodings.Web/6.0.0": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0"
}
},
"System.Text.Json/6.0.0": {
"dependencies": {
"System.Runtime.CompilerServices.Unsafe": "6.0.0",
"System.Text.Encodings.Web": "6.0.0"
}
},
"System.Threading.Channels/4.5.0": {},
"System.Threading.Tasks/4.3.0": {
"dependencies": {
"Microsoft.NETCore.Platforms": "2.0.0",
"Microsoft.NETCore.Targets": "1.1.0",
"System.Runtime": "4.3.0"
}
},
"WebApiClient.Extensions.DependencyInjection/2.0.3": {
"dependencies": {
"Microsoft.Extensions.DependencyInjection.Abstractions": "6.0.0",
"WebApiClient.JIT": "1.0.3"
},
"runtime": {
"lib/netstandard2.0/WebApiClient.Extensions.DependencyInjection.dll": {
"assemblyVersion": "2.0.3.0",
"fileVersion": "2.0.3.0"
}
}
},
"WebApiClient.JIT/1.0.3": {
"dependencies": {
"Microsoft.Extensions.Logging.Abstractions": "2.2.0",
"Newtonsoft.Json": "11.0.2",
"System.Runtime.Caching": "4.5.0"
},
"runtime": {
"lib/netcoreapp2.1/WebApiClient.JIT.dll": {
"assemblyVersion": "1.0.3.0",
"fileVersion": "1.0.3.0"
}
}
},
"Yitter.IdGenerator/1.0.12": {
"runtime": {
"lib/netstandard2.0/Yitter.IdGenerator.dll": {
"assemblyVersion": "1.0.12.0",
"fileVersion": "1.0.12.0"
}
}
}
}
},
"libraries": {
"zzz.Common/1.0.0": {
"type": "project",
"serviceable": false,
"sha512": ""
},
"AutoMapper/11.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-WIadGC1pIwbnyTubvI577p3F++Bsj9q2Q3OaAc1I0QS+JhupN1xkdrPBhI9bPIeg63zM81tZplUNYkqU1HE5jQ==",
"path": "automapper/11.0.1",
"hashPath": "automapper.11.0.1.nupkg.sha512"
},
"log4net/2.0.14": {
"type": "package",
"serviceable": true,
"sha512": "sha512-KevyXUuhOyhx7l1jWwq6ZGVlRC2Aetg0qDp6rJpfSZGcDPKQDwfOE6yEuVkVf0kEP08NQqBDn/TQ/TJv4wgyhw==",
"path": "log4net/2.0.14",
"hashPath": "log4net.2.0.14.nupkg.sha512"
},
"Microsoft.AspNetCore.Authorization/2.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/L0W8H3jMYWyaeA9gBJqS/tSWBegP9aaTM0mjRhxTttBY9z4RVDRYJ2CwPAmAXIuPr3r1sOw+CS8jFVRGHRezQ==",
"path": "microsoft.aspnetcore.authorization/2.2.0",
"hashPath": "microsoft.aspnetcore.authorization.2.2.0.nupkg.sha512"
},
"Microsoft.AspNetCore.Connections.Abstractions/2.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Aqr/16Cu5XmGv7mLKJvXRxhhd05UJ7cTTSaUV4MZ3ynAzfgWjsAdpIU8FWuxwAjmVdmI8oOWuVDrbs+sRkhKnA==",
"path": "microsoft.aspnetcore.connections.abstractions/2.2.0",
"hashPath": "microsoft.aspnetcore.connections.abstractions.2.2.0.nupkg.sha512"
},
"Microsoft.AspNetCore.Http.Features/2.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ziFz5zH8f33En4dX81LW84I6XrYXKf9jg6aM39cM+LffN9KJahViKZ61dGMSO2gd3e+qe5yBRwsesvyqlZaSMg==",
"path": "microsoft.aspnetcore.http.features/2.2.0",
"hashPath": "microsoft.aspnetcore.http.features.2.2.0.nupkg.sha512"
},
"Microsoft.AspNetCore.SignalR.Common/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-TyLgQ4y4RVUIxiYFnHT181/rJ33/tL/NcBWC9BwLpulDt5/yGCG4EvsToZ49EBQ7256zj+R6OGw6JF+jj6MdPQ==",
"path": "microsoft.aspnetcore.signalr.common/1.1.0",
"hashPath": "microsoft.aspnetcore.signalr.common.1.1.0.nupkg.sha512"
},
"Microsoft.AspNetCore.SignalR.Core/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mk69z50oFk2e89d3F/AfKeAvP3kvGG7MHG4ErydZiUd3ncSRq0kl0czq/COn/QVKYua9yGr2LIDwuR1C6/pu8Q==",
"path": "microsoft.aspnetcore.signalr.core/1.1.0",
"hashPath": "microsoft.aspnetcore.signalr.core.1.1.0.nupkg.sha512"
},
"Microsoft.AspNetCore.SignalR.Protocols.Json/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BOsjatDJnvnnXCMajOlC0ISmiFnJi/EyJzMo0i//5fZJVCLrQ4fyV/HzrhhAhSJuwJOQDdDozKQ9MB9jHq84pg==",
"path": "microsoft.aspnetcore.signalr.protocols.json/1.1.0",
"hashPath": "microsoft.aspnetcore.signalr.protocols.json.1.1.0.nupkg.sha512"
},
"Microsoft.CSharp/4.7.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pTj+D3uJWyN3My70i2Hqo+OXixq3Os2D1nJ2x92FFo6sk8fYS1m1WLNTs0Dc1uPaViH0YvEEwvzddQ7y4rhXmA==",
"path": "microsoft.csharp/4.7.0",
"hashPath": "microsoft.csharp.4.7.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration/6.0.1": {
"type": "package",
"serviceable": true,
"sha512": "sha512-BUyFU9t+HzlSE7ri4B+AQN2BgTgHv/uM82s5ZkgU1BApyzWzIl48nDsG5wR1t0pniNuuyTBzG3qCW8152/NtSw==",
"path": "microsoft.extensions.configuration/6.0.1",
"hashPath": "microsoft.extensions.configuration.6.0.1.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Abstractions/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-qWzV9o+ZRWq+pGm+1dF+R7qTgTYoXvbyowRoBxQJGfqTpqDun2eteerjRQhq5PQ/14S+lqto3Ft4gYaRyl4rdQ==",
"path": "microsoft.extensions.configuration.abstractions/6.0.0",
"hashPath": "microsoft.extensions.configuration.abstractions.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Binder/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-b3ErKzND8LIC7o08QAVlKfaEIYEvLJbtmVbFZVBRXeu9YkKfSSzLZfR1SUfQPBIy9mKLhEtJgGYImkcMNaKE0A==",
"path": "microsoft.extensions.configuration.binder/6.0.0",
"hashPath": "microsoft.extensions.configuration.binder.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.FileExtensions/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-V4Dth2cYMZpw3HhGw9XUDIijpI6gN+22LDt0AhufIgOppCUfpWX4483OmN+dFXRJkJLc8Tv0Q8QK+1ingT2+KQ==",
"path": "microsoft.extensions.configuration.fileextensions/6.0.0",
"hashPath": "microsoft.extensions.configuration.fileextensions.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Configuration.Json/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GJGery6QytCzS/BxJ96klgG9in3uH26KcUBbiVG/coNDXCRq6LGVVlUT4vXq34KPuM+R2av+LeYdX9h4IZOCUg==",
"path": "microsoft.extensions.configuration.json/6.0.0",
"hashPath": "microsoft.extensions.configuration.json.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.DependencyInjection.Abstractions/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-xlzi2IYREJH3/m6+lUrQlujzX8wDitm4QGnUu6kUXTQAWPuZY8i+ticFJbzfqaetLA6KR/rO6Ew/HuYD+bxifg==",
"path": "microsoft.extensions.dependencyinjection.abstractions/6.0.0",
"hashPath": "microsoft.extensions.dependencyinjection.abstractions.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Abstractions/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-0pd4/fho0gC12rQswaGQxbU34jOS1TPS8lZPpkFCH68ppQjHNHYle9iRuHeev1LhrJ94YPvzcRd8UmIuFk23Qw==",
"path": "microsoft.extensions.fileproviders.abstractions/6.0.0",
"hashPath": "microsoft.extensions.fileproviders.abstractions.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileProviders.Physical/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-QvkL7l0nM8udt3gfyu0Vw8bbCXblxaKOl7c2oBfgGy4LCURRaL9XWZX1FWJrQc43oMokVneVxH38iz+bY1sbhg==",
"path": "microsoft.extensions.fileproviders.physical/6.0.0",
"hashPath": "microsoft.extensions.fileproviders.physical.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.FileSystemGlobbing/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ip8jnL1aPiaPeKINCqaTEbvBFDmVx9dXQEBZ2HOBRXPD1eabGNqP/bKlsIcp7U2lGxiXd5xIhoFcmY8nM4Hdiw==",
"path": "microsoft.extensions.filesystemglobbing/6.0.0",
"hashPath": "microsoft.extensions.filesystemglobbing.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Hosting.Abstractions/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-GcT5l2CYXL6Sa27KCSh0TixsRfADUgth+ojQSD5EkzisZxmGFh7CwzkcYuGwvmXLjr27uWRNrJ2vuuEjMhU05Q==",
"path": "microsoft.extensions.hosting.abstractions/6.0.0",
"hashPath": "microsoft.extensions.hosting.abstractions.6.0.0.nupkg.sha512"
},
"Microsoft.Extensions.Logging.Abstractions/2.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-B2WqEox8o+4KUOpL7rZPyh6qYjik8tHi2tN8Z9jZkHzED8ElYgZa/h6K+xliB435SqUcWT290Fr2aa8BtZjn8A==",
"path": "microsoft.extensions.logging.abstractions/2.2.0",
"hashPath": "microsoft.extensions.logging.abstractions.2.2.0.nupkg.sha512"
},
"Microsoft.Extensions.Options/2.2.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UpZLNLBpIZ0GTebShui7xXYh6DmBHjWM8NxGxZbdQh/bPZ5e6YswqI+bru6BnEL5eWiOdodsXtEz3FROcgi/qg==",
"path": "microsoft.extensions.options/2.2.0",
"hashPath": "microsoft.extensions.options.2.2.0.nupkg.sha512"
},
"Microsoft.Extensions.Primitives/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9+PnzmQFfEFNR9J2aDTfJGGupShHjOuGw4VUv+JB044biSHrnmCIMD+mJHmb2H7YryrfBEXDurxQ47gJZdCKNQ==",
"path": "microsoft.extensions.primitives/6.0.0",
"hashPath": "microsoft.extensions.primitives.6.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Platforms/2.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-VdLJOCXhZaEMY7Hm2GKiULmn7IEPFE4XC5LPSfBVCUIA8YLZVh846gtfBJalsPQF2PlzdD7ecX7DZEulJ402ZQ==",
"path": "microsoft.netcore.platforms/2.0.0",
"hashPath": "microsoft.netcore.platforms.2.0.0.nupkg.sha512"
},
"Microsoft.NETCore.Targets/1.1.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-1X5iRISzv60YYPWJvkeeUSdMAPHun7jO6deHp+zwIU/VjwVIv4NoGKuMT6wkIPSG0+9Iq8TnL+qkmqDsWYPg1A==",
"path": "microsoft.netcore.targets/1.1.0",
"hashPath": "microsoft.netcore.targets.1.1.0.nupkg.sha512"
},
"Newtonsoft.Json/11.0.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-IvJe1pj7JHEsP8B8J8DwlMEx8UInrs/x+9oVY+oCD13jpLu4JbJU2WCIsMRn5C4yW9+DgkaO8uiVE5VHKjpmdQ==",
"path": "newtonsoft.json/11.0.2",
"hashPath": "newtonsoft.json.11.0.2.nupkg.sha512"
},
"Serilog/2.11.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ysv+hBzTul6Dp+Hvm10FlhJO3yMQcFKSAleus+LpiIzvNstpeV4Z7gGuIZ1OPNfIMulSHOjmLuGAEDKzpnV8ZQ==",
"path": "serilog/2.11.0",
"hashPath": "serilog.2.11.0.nupkg.sha512"
},
"Serilog.Sinks.File/5.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-uwV5hdhWPwUH1szhO8PJpFiahqXmzPzJT/sOijH/kFgUx+cyoDTMM8MHD0adw9+Iem6itoibbUXHYslzXsLEAg==",
"path": "serilog.sinks.file/5.0.0",
"hashPath": "serilog.sinks.file.5.0.0.nupkg.sha512"
},
"System.Buffers/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-pL2ChpaRRWI/p4LXyy4RgeWlYF2sgfj/pnVMvBqwNFr5cXg7CXNnWZWxrOONLg8VGdFB8oB+EG2Qw4MLgTOe+A==",
"path": "system.buffers/4.5.0",
"hashPath": "system.buffers.4.5.0.nupkg.sha512"
},
"System.ComponentModel.Annotations/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UxYQ3FGUOtzJ7LfSdnYSFd7+oEv6M8NgUatatIN2HxNtDdlcvFAf+VIq4Of9cDMJEJC0aSRv/x898RYhB4Yppg==",
"path": "system.componentmodel.annotations/4.5.0",
"hashPath": "system.componentmodel.annotations.4.5.0.nupkg.sha512"
},
"System.Configuration.ConfigurationManager/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-UIFvaFfuKhLr9u5tWMxmVoDPkFeD+Qv8gUuap4aZgVGYSYMdERck4OhLN/2gulAc0nYTEigWXSJNNWshrmxnng==",
"path": "system.configuration.configurationmanager/4.5.0",
"hashPath": "system.configuration.configurationmanager.4.5.0.nupkg.sha512"
},
"System.IO/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-faSXOdt6iLi3OfkpDs4mYY3NOSPuWFAlNKIGCnQAng2GNdH3e9aH1vlR9VrCvZpckjXyk6QhsOCBH0f4Os8rEg==",
"path": "system.io/4.3.0",
"hashPath": "system.io.4.3.0.nupkg.sha512"
},
"System.IO.Pipelines/4.5.2": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NOC/SO4gSX6t0tB25xxDPqPEzkksuzW7NVFBTQGAkjXXUPQl7ZtyE83T7tUCP2huFBbPombfCKvq1Ox1aG8D9w==",
"path": "system.io.pipelines/4.5.2",
"hashPath": "system.io.pipelines.4.5.2.nupkg.sha512"
},
"System.Reflection/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-ueC+TN4WxHhAE8sHoHam2ElVddEHPjfAD7fPxRydYb/9oQerX//AUWFvvBi/inZ07Ko/8MJgVUUNeD4Nlyb0Fw==",
"path": "system.reflection/4.3.0",
"hashPath": "system.reflection.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-NwWFhtcA6vEk2JHYhcMSVrZws57Edl8g4vXVFp0P9mbs64veOamAV9nzkYn5IXZ+LqnBG6b3Mg7bMcPVjOEQUQ==",
"path": "system.reflection.emit/4.3.0",
"hashPath": "system.reflection.emit.4.3.0.nupkg.sha512"
},
"System.Reflection.Emit.ILGeneration/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-g8U694iBpUb6F3KJATeSmFzN0mj0dREwe/7AF52DV7F4QBs8l/1+4IBQQ0FxpXg45gv4IuKQUB/MfLEv5l1jZQ==",
"path": "system.reflection.emit.ilgeneration/4.3.0",
"hashPath": "system.reflection.emit.ilgeneration.4.3.0.nupkg.sha512"
},
"System.Reflection.Primitives/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-kucCiwYt5Dzfi2QbUI3B+NABZpZ0NLF6A4SfN3njr7sTr4QrcDphuUJNEFiw9gOXXxSf5hk1r0JkKxOUIpGT6Q==",
"path": "system.reflection.primitives/4.3.0",
"hashPath": "system.reflection.primitives.4.3.0.nupkg.sha512"
},
"System.Runtime/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-aHfWh3NaqahTDZhC6QgEsvOWjxPfZCz5YF8ZAAzCuQELsED6jcch4x4pc6iS4D4ua5uMXSzu3CeolJiIvefAqQ==",
"path": "system.runtime/4.3.0",
"hashPath": "system.runtime.4.3.0.nupkg.sha512"
},
"System.Runtime.Caching/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-95j9KShuaAENf2gLbQ/9YoJDHIWAnoaFYA71xo4QVQyLkOMginn34cD1+6RcYIrqJamLkMXgvgUnOzwzBk+U0w==",
"path": "system.runtime.caching/4.5.0",
"hashPath": "system.runtime.caching.4.5.0.nupkg.sha512"
},
"System.Runtime.CompilerServices.Unsafe/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/iUeP3tq1S0XdNNoMz5C9twLSrM/TH+qElHkXWaPvuNOt+99G75NrV0OS2EqHx5wMN7popYjpc8oTjC1y16DLg==",
"path": "system.runtime.compilerservices.unsafe/6.0.0",
"hashPath": "system.runtime.compilerservices.unsafe.6.0.0.nupkg.sha512"
},
"System.Security.AccessControl/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-vW8Eoq0TMyz5vAG/6ce483x/CP83fgm4SJe5P8Tb1tZaobcvPrbMEL7rhH1DRdrYbbb6F0vq3OlzmK0Pkwks5A==",
"path": "system.security.accesscontrol/4.5.0",
"hashPath": "system.security.accesscontrol.4.5.0.nupkg.sha512"
},
"System.Security.Cryptography.ProtectedData/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-wLBKzFnDCxP12VL9ANydSYhk59fC4cvOr9ypYQLPnAj48NQIhqnjdD2yhP8yEKyBJEjERWS9DisKL7rX5eU25Q==",
"path": "system.security.cryptography.protecteddata/4.5.0",
"hashPath": "system.security.cryptography.protecteddata.4.5.0.nupkg.sha512"
},
"System.Security.Permissions/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-9gdyuARhUR7H+p5CjyUB/zPk7/Xut3wUSP8NJQB6iZr8L3XUXTMdoLeVAg9N4rqF8oIpE7MpdqHdDHQ7XgJe0g==",
"path": "system.security.permissions/4.5.0",
"hashPath": "system.security.permissions.4.5.0.nupkg.sha512"
},
"System.Security.Principal.Windows/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-U77HfRXlZlOeIXd//Yoj6Jnk8AXlbeisf1oq1os+hxOGVnuG+lGSfGqTwTZBoORFF6j/0q7HXIl8cqwQ9aUGqQ==",
"path": "system.security.principal.windows/4.5.0",
"hashPath": "system.security.principal.windows.4.5.0.nupkg.sha512"
},
"System.Text.Encoding/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-/aefptimdy86T2roO363l+2LhOaZBkDNyOTtp4nK+1/uD3K5bwdv6qo3EoW4W1/5ykSasd6AhmjeKCDm41YiQg==",
"path": "system.text.encoding/4.3.0",
"hashPath": "system.text.encoding.4.3.0.nupkg.sha512"
},
"System.Text.Encodings.Web/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Vg8eB5Tawm1IFqj4TVK1czJX89rhFxJo9ELqc/Eiq0eXy13RK00eubyU6TJE6y+GQXjyV5gSfiewDUZjQgSE0w==",
"path": "system.text.encodings.web/6.0.0",
"hashPath": "system.text.encodings.web.6.0.0.nupkg.sha512"
},
"System.Text.Json/6.0.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-zaJsHfESQvJ11vbXnNlkrR46IaMULk/gHxYsJphzSF+07kTjPHv+Oc14w6QEOfo3Q4hqLJgStUaYB9DBl0TmWg==",
"path": "system.text.json/6.0.0",
"hashPath": "system.text.json.6.0.0.nupkg.sha512"
},
"System.Threading.Channels/4.5.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-MEH06N0rIGmRT4LOKQ2BmUO0IxfvmIY/PaouSq+DFQku72OL8cxfw8W99uGpTCFf2vx2QHLRSh374iSM3asdTA==",
"path": "system.threading.channels/4.5.0",
"hashPath": "system.threading.channels.4.5.0.nupkg.sha512"
},
"System.Threading.Tasks/4.3.0": {
"type": "package",
"serviceable": true,
"sha512": "sha512-Q8vu/ODgHHYQL4VsJ+Am/JU4f61i9U8toiU1bC+LklvcFcLOTKVweB4j/P+yL4qR0PsT6Y2rGTOHhvLopgUQrw==",
"path": "system.threading.tasks/4.3.0",
"hashPath": "system.threading.tasks.4.3.0.nupkg.sha512"
},
"WebApiClient.Extensions.DependencyInjection/2.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-YI4bDq5+xyiolk9Y7d1gBl1nzAtqIBon/ZRMxbYZ0lX8Jpq47S69T6fC317iFJZPdOe0226wV76pfcC4MDwM3Q==",
"path": "webapiclient.extensions.dependencyinjection/2.0.3",
"hashPath": "webapiclient.extensions.dependencyinjection.2.0.3.nupkg.sha512"
},
"WebApiClient.JIT/1.0.3": {
"type": "package",
"serviceable": true,
"sha512": "sha512-mBQftLZFge3XK6oLHNUU/O9Eqeb3/MLSgVcVZWLkDKGnERPE5BUfi+no1vxsEzPEPSy4XXxsF4q7OVkgbS5Hfw==",
"path": "webapiclient.jit/1.0.3",
"hashPath": "webapiclient.jit.1.0.3.nupkg.sha512"
},
"Yitter.IdGenerator/1.0.12": {
"type": "package",
"serviceable": true,
"sha512": "sha512-hDtqOe+7tuEQHUhTwySxupbotkHJTHKo7qV2s7bnpATsakqYU6p7S2q6FLg7xhGzsA625Prk3EVpMGw/2oXoig==",
"path": "yitter.idgenerator/1.0.12",
"hashPath": "yitter.idgenerator.1.0.12.nupkg.sha512"
}
}
}

@ -0,0 +1,71 @@
D:\work\长江云息\Src\cjyx\cjyx.Common\bin\Debug\net6.0\zzz.Common.deps.json
D:\work\长江云息\Src\cjyx\cjyx.Common\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Common\bin\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Common\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\cjyx.Common\obj\Debug\net6.0\zzz.Common.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\cjyx.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\cjyx.Common\obj\Debug\net6.0\zzz.Common.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Common\obj\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Common\obj\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Common\obj\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Common\bin\Debug\net6.0\zzz.Common.deps.json
D:\work\长江云息\Src\cjyx\zzz.Common\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Common\bin\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Common\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\bin\Debug\net6.0\zzz.Common.deps.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\bin\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Common\obj\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\bin\Debug\net6.0\zzz.Common.deps.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\bin\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\ref\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.AssemblyReference.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\bin\Debug\net6.0\zzz.Common.deps.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\bin\Debug\net6.0\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\bin\Debug\net6.0\zzz.Common.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.AssemblyReference.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.GeneratedMSBuildEditorConfig.editorconfig
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfoInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfo.cs
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.CoreCompileInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\refint\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\zzz.Common.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Common\obj\Debug\net6.0\ref\zzz.Common.dll
F:\yuhong_plc\zzz.Common\bin\Debug\net6.0\zzz.Common.deps.json
F:\yuhong_plc\zzz.Common\bin\Debug\net6.0\zzz.Common.dll
F:\yuhong_plc\zzz.Common\bin\Debug\net6.0\zzz.Common.pdb
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.AssemblyReference.cache
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\zzz.Common.GeneratedMSBuildEditorConfig.editorconfig
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfoInputs.cache
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\zzz.Common.AssemblyInfo.cs
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\zzz.Common.csproj.CoreCompileInputs.cache
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\zzz.Common.dll
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\refint\zzz.Common.dll
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\zzz.Common.pdb
F:\yuhong_plc\zzz.Common\obj\Debug\net6.0\ref\zzz.Common.dll

@ -0,0 +1,148 @@
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Extensions.deps.json
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\cjyx.Extensions\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CopyComplete
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\cjyx.Extensions\obj\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.deps.json
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.deps.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.deps.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\ref\zzz.Extensions.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.deps.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Model.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Services.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Services.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Services.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Common.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Model.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Model.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.AssemblyReference.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.GeneratedMSBuildEditorConfig.editorconfig
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfoInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfo.cs
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CoreCompileInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CopyComplete
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\refint\zzz.Extensions.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Extensions\obj\Debug\net6.0\ref\zzz.Extensions.dll
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.deps.json
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.dll
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Extensions.pdb
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Common.dll
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Model.dll
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.dll
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Services.dll
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.dll
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Services.pdb
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Services.xml
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Tasks.pdb
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Common.pdb
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Model.pdb
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Model.xml
F:\yuhong_plc\zzz.Extensions\bin\Debug\net6.0\zzz.Repository.pdb
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.AssemblyReference.cache
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.GeneratedMSBuildEditorConfig.editorconfig
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfoInputs.cache
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.AssemblyInfo.cs
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CoreCompileInputs.cache
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.csproj.CopyComplete
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.dll
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\refint\zzz.Extensions.dll
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\zzz.Extensions.pdb
F:\yuhong_plc\zzz.Extensions\obj\Debug\net6.0\ref\zzz.Extensions.dll

@ -0,0 +1,107 @@
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\zzz.Repository.deps.json
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\cjyx.Repository\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CopyComplete
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Repository\obj\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Repository.deps.json
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Repository.deps.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Repository\obj\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Repository.deps.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\ref\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Repository.deps.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Repository.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Repository.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Model.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Common.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Model.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\bin\Debug\net6.0\zzz.Model.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.AssemblyReference.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.GeneratedMSBuildEditorConfig.editorconfig
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfoInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfo.cs
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CoreCompileInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CopyComplete
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\refint\zzz.Repository.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\zzz.Repository.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Repository\obj\Debug\net6.0\ref\zzz.Repository.dll
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Repository.deps.json
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Repository.dll
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Repository.pdb
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Common.dll
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Model.dll
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Common.pdb
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Model.pdb
F:\yuhong_plc\zzz.Repository\bin\Debug\net6.0\zzz.Model.xml
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.AssemblyReference.cache
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.GeneratedMSBuildEditorConfig.editorconfig
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfoInputs.cache
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.AssemblyInfo.cs
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CoreCompileInputs.cache
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.csproj.CopyComplete
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.dll
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\refint\zzz.Repository.dll
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\zzz.Repository.pdb
F:\yuhong_plc\zzz.Repository\obj\Debug\net6.0\ref\zzz.Repository.dll

@ -0,0 +1,125 @@
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Services.deps.json
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\cjyx.Services.xml
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\cjyx.Services\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.csproj.CopyComplete
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\Src\cjyx\cjyx.Services\obj\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.deps.json
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.deps.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Services\obj\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.deps.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\ref\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.deps.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Services.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Model.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Repository.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Repository.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Common.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Model.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\bin\Debug\net6.0\zzz.Model.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.AssemblyReference.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.GeneratedMSBuildEditorConfig.editorconfig
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfoInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfo.cs
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CoreCompileInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CopyComplete
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\refint\zzz.Services.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\zzz.Services.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Services\obj\Debug\net6.0\ref\zzz.Services.dll
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Services.deps.json
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Services.dll
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Services.pdb
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Services.xml
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Common.dll
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Model.dll
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Repository.dll
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Repository.pdb
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Common.pdb
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Model.pdb
F:\yuhong_plc\zzz.Services\bin\Debug\net6.0\zzz.Model.xml
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.AssemblyReference.cache
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.GeneratedMSBuildEditorConfig.editorconfig
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfoInputs.cache
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.AssemblyInfo.cs
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CoreCompileInputs.cache
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.csproj.CopyComplete
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.dll
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\refint\zzz.Services.dll
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\zzz.Services.pdb
F:\yuhong_plc\zzz.Services\obj\Debug\net6.0\ref\zzz.Services.dll

File diff suppressed because it is too large Load Diff

@ -0,0 +1,136 @@
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Tasks.deps.json
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\cjyx.Tasks\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CopyComplete
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\cjyx.Tasks\obj\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.AssemblyReference.cache
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfoInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfo.cs
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CoreCompileInputs.cache
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.deps.json
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.deps.json
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\cjyx\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.deps.json
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Common.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Model.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Services.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Services.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Services.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Common.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Model.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Model.xml
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.pdb
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.AssemblyReference.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.GeneratedMSBuildEditorConfig.editorconfig
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfoInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfo.cs
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CoreCompileInputs.cache
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CopyComplete
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\ref\zzz.Tasks.dll
D:\work\长江云息\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.deps.json
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Common.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Model.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Services.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Services.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Services.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Common.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Model.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Model.xml
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.AssemblyReference.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.GeneratedMSBuildEditorConfig.editorconfig
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfoInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfo.cs
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CoreCompileInputs.cache
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CopyComplete
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\refint\zzz.Tasks.dll
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.pdb
D:\pan\交接\余宏企业\Src\YuhongPlcRead\zzz.Tasks\obj\Debug\net6.0\ref\zzz.Tasks.dll
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.deps.json
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.dll
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Tasks.pdb
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Common.dll
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Model.dll
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.dll
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Services.dll
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Services.pdb
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Services.xml
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Common.pdb
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Model.pdb
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Model.xml
F:\yuhong_plc\zzz.Tasks\bin\Debug\net6.0\zzz.Repository.pdb
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.AssemblyReference.cache
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.GeneratedMSBuildEditorConfig.editorconfig
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfoInputs.cache
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.AssemblyInfo.cs
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CoreCompileInputs.cache
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.csproj.CopyComplete
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.dll
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\refint\zzz.Tasks.dll
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\zzz.Tasks.pdb
F:\yuhong_plc\zzz.Tasks\obj\Debug\net6.0\ref\zzz.Tasks.dll

File diff suppressed because it is too large Load Diff

Some files were not shown because too many files have changed in this diff Show More

Loading…
Cancel
Save