huangxiaoqiang
10 天以前 28bfb5dc1e3c0ce432e93e7af5a1c78a1a09e061
更新 ResponeAgingInputDto 属性类型及数据库文件

在 `ResponeAgingInputDto.cs` 文件中:
- 将 `ParamRefreshFlag` 属性类型从 `string` 更改为 `bool`。
- 将 `ProductModel` 属性类型从 `bool` 更改为 `string`。
- 将 `IsProcessed` 属性类型从 `string` 更改为 `bool`。

更新了以下数据库文件的二进制内容:
- `CodeChunks.db`、`CodeChunks.db-shm`、`CodeChunks.db-wal`
- `SemanticSymbols.db`、`SemanticSymbols.db-shm`、`SemanticSymbols.db-wal`
"""
已修改7个文件
6 ■■■■ 文件已修改
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/CodeChunks.db 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/CodeChunks.db-shm 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/CodeChunks.db-wal 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/SemanticSymbols.db 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/SemanticSymbols.db-shm 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/SemanticSymbols.db-wal 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/CodeChunks.db
Binary files differ
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/CodeChunks.db-shm
Binary files differ
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/CodeChunks.db-wal
Binary files differ
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/SemanticSymbols.db
Binary files differ
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/SemanticSymbols.db-shm
Binary files differ
Code Management/WMS/WIDESEA_WMSServer/.vs/WIDESEA_WMSServer/CopilotIndices/17.14.1231.31060/SemanticSymbols.db-wal
Binary files differ
Code Management/WMS/WIDESEA_WMSServer/WIDESEA_DTO/MOM/ResponeAgingInputDto.cs
@@ -105,15 +105,15 @@
        public string ParamVersion { get; set; }
        public string ParamRefreshFlag { get; set; }
        public bool ParamRefreshFlag { get; set; }
        public string ProductType { get; set; }
 
        public bool ProductModel { get; set; }
        public string ProductModel { get; set; }
        public string ParameterInfo { get; set; }
        public string IsProcessed { get; set; }
        public bool IsProcessed { get; set; }
        public string PreProductNo { get; set; }
    }