From cdc57c80aa7f0616739941e38b2ad9d2dee9bce4 Mon Sep 17 00:00:00 2001 From: xxyy <cathay_xy@163.com> Date: 星期四, 27 三月 2025 09:32:25 +0800 Subject: [PATCH] Merge branch 'master' of http://115.159.85.185:8098/r/HuaYiZhongHeng/BaiBuLiKu --- 项目资料/项目图纸/后段线体点位图/电芯车间三楼09编号光电位置图1108.DWG | 0 项目资料/项目图纸/后段线体点位图/09三楼输送光电位置图1108(1).dwg | 0 项目资料/项目图纸/电芯3楼图纸与电气编号对照(09项目电芯3楼只负责从分容库开始)/电芯车间三楼09编号光电位置图1108.dwl2 | 2 +- 项目资料/项目图纸/前段线体点位图/08三楼输送布局点位图1107.DWG | 0 Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocol.cs | 12 ++++++------ 项目资料/项目图纸/电芯3楼图纸与电气编号对照(09项目电芯3楼只负责从分容库开始)/电芯车间三楼09编号光电位置图1108.dwl | 3 +++ /dev/null | 3 --- Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs | 14 +++++++------- 项目资料/项目图纸/前段线体点位图/3楼注液 WCS与线体交互点位.xlsx | 0 项目资料/项目图纸/前段线体点位图/二封和陈化三楼.xlsx | 0 项目资料/项目图纸/后段线体点位图/三楼9#交互偏移量地址20241027.xls | 0 项目资料/项目图纸/前段线体点位图/化成静置.xlsx | 0 项目资料/项目图纸/电芯3楼图纸与电气编号对照(09项目电芯3楼只负责从分容库开始)/电芯3F布局图0805.dwl2 | 2 +- 项目资料/项目图纸/电芯3楼图纸与电气编号对照(09项目电芯3楼只负责从分容库开始)/电芯3F布局图0805.dwl | 3 +++ 14 files changed, 21 insertions(+), 18 deletions(-) diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs index 25b4625..848144b 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceInfo.cs @@ -45,7 +45,7 @@ /// </summary> [ImporterHeader(Name = "璁惧缂栧彿")] [ExporterHeader(DisplayName = "璁惧缂栧彿")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧缂栧彿")] + [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璁惧缂栧彿")] public string DeviceCode { get; set; } /// <summary> @@ -53,7 +53,7 @@ /// </summary> [ImporterHeader(Name = "璁惧鍚嶇О")] [ExporterHeader(DisplayName = "璁惧鍚嶇О")] - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "璁惧鍚嶇О")] + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "璁惧鍚嶇О")] public string DeviceName { get; set; } /// <summary> @@ -61,7 +61,7 @@ /// </summary> [ImporterHeader(Name = "璁惧绫诲瀷")] [ExporterHeader(DisplayName = "璁惧绫诲瀷")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧绫诲瀷")] + [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璁惧绫诲瀷")] public string DeviceType { get; set; } /// <summary> @@ -69,7 +69,7 @@ /// </summary> [ImporterHeader(Name = "璁惧鐘舵��")] [ExporterHeader(DisplayName = "璁惧鐘舵��")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧鐘舵��")] + [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璁惧鐘舵��")] public string DeviceStatus { get; set; } /// <summary> @@ -77,7 +77,7 @@ /// </summary> [ImporterHeader(Name = "璁惧IP")] [ExporterHeader(DisplayName = "璁惧IP")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧IP")] + [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璁惧IP")] public string DeviceIp { get; set; } /// <summary> @@ -85,7 +85,7 @@ /// </summary> [ImporterHeader(Name = "璁惧绔彛")] [ExporterHeader(DisplayName = "璁惧绔彛")] - [SugarColumn(IsNullable = false, ColumnDescription = "璁惧绔彛")] + [SugarColumn(IsNullable = true, ColumnDescription = "璁惧绔彛")] public int DevicePort { get; set; } /// <summary> @@ -93,7 +93,7 @@ /// </summary> [ImporterHeader(Name = "PLC绫诲瀷")] [ExporterHeader(DisplayName = "PLC绫诲瀷")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "PLC绫诲瀷")] + [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "PLC绫诲瀷")] public string DevicePlcType { get; set; } /// <summary> diff --git a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocol.cs b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocol.cs index b8a9e6c..fbaf7e2 100644 --- a/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocol.cs +++ b/Code Management/WCS/WIDESEAWCS_Server/WIDESEAWCS_QuartzJob/Models/Dt_DeviceProtocol.cs @@ -53,7 +53,7 @@ /// </summary> [ImporterHeader(Name = "璁惧瀛愮紪鍙�")] [ExporterHeader(DisplayName = "璁惧瀛愮紪鍙�")] - [SugarColumn(IsNullable = false, Length = 20, ColumnDescription = "璁惧瀛愮紪鍙�")] + [SugarColumn(IsNullable = true, Length = 20, ColumnDescription = "璁惧瀛愮紪鍙�")] public string DeviceChildCode { get; set; } /// <summary> @@ -61,7 +61,7 @@ /// </summary> [ImporterHeader(Name = "鍗忚鏁版嵁鍧�")] [ExporterHeader(DisplayName = "鍗忚鏁版嵁鍧�")] - [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "鍗忚鏁版嵁鍧�")] + [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "鍗忚鏁版嵁鍧�")] public string DeviceProDataBlock { get; set; } /// <summary> @@ -69,7 +69,7 @@ /// </summary> [ImporterHeader(Name = "鍋忕Щ閲�")] [ExporterHeader(DisplayName = "鍋忕Щ閲�")] - [SugarColumn(IsNullable = false, DecimalDigits = 1, ColumnDescription = "鍋忕Щ閲�")] + [SugarColumn(IsNullable = true, DecimalDigits = 1, ColumnDescription = "鍋忕Щ閲�")] public decimal DeviceProOffset { get; set; } /// <summary> @@ -77,7 +77,7 @@ /// </summary> [ImporterHeader(Name = "鏁版嵁绫诲瀷")] [ExporterHeader(DisplayName = "鏁版嵁绫诲瀷")] - [SugarColumn(IsNullable = false, Length = 10, ColumnDescription = "鏁版嵁绫诲瀷")] + [SugarColumn(IsNullable = true, Length = 10, ColumnDescription = "鏁版嵁绫诲瀷")] public string DeviceProDataType { get; set; } /// <summary> @@ -93,7 +93,7 @@ /// </summary> [ImporterHeader(Name = "鍙傛暟鍚嶇О")] [ExporterHeader(DisplayName = "鍙傛暟鍚嶇О")] - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍙傛暟鍚嶇О")] + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍙傛暟鍚嶇О")] public string DeviceProParamName { get; set; } /// <summary> @@ -101,7 +101,7 @@ /// </summary> [ImporterHeader(Name = "鍙傛暟绫诲瀷")] [ExporterHeader(DisplayName = "鍙傛暟绫诲瀷")] - [SugarColumn(IsNullable = false, Length = 50, ColumnDescription = "鍙傛暟绫诲瀷")] + [SugarColumn(IsNullable = true, Length = 50, ColumnDescription = "鍙傛暟绫诲瀷")] public string DeviceProParamType { get; set; } /// <summary> diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/08\344\270\211\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761107.DWG" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/08\344\270\211\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761107.DWG" new file mode 100644 index 0000000..c15b6a8 --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/08\344\270\211\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761107.DWG" Binary files differ diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/3\346\245\274\346\263\250\346\266\262 WCS\344\270\216\347\272\277\344\275\223\344\272\244\344\272\222\347\202\271\344\275\215.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/3\346\245\274\346\263\250\346\266\262 WCS\344\270\216\347\272\277\344\275\223\344\272\244\344\272\222\347\202\271\344\275\215.xlsx" new file mode 100644 index 0000000..f50d347 --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/3\346\245\274\346\263\250\346\266\262 WCS\344\270\216\347\272\277\344\275\223\344\272\244\344\272\222\347\202\271\344\275\215.xlsx" Binary files differ diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\344\272\214\345\260\201\345\222\214\351\231\210\345\214\226\344\270\211\346\245\274.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\344\272\214\345\260\201\345\222\214\351\231\210\345\214\226\344\270\211\346\245\274.xlsx" new file mode 100644 index 0000000..31e518d --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\344\272\214\345\260\201\345\222\214\351\231\210\345\214\226\344\270\211\346\245\274.xlsx" Binary files differ diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\345\214\226\346\210\220\351\235\231\347\275\256.xlsx" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\345\214\226\346\210\220\351\235\231\347\275\256.xlsx" new file mode 100644 index 0000000..8c61e4a --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\211\215\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\345\214\226\346\210\220\351\235\231\347\275\256.xlsx" Binary files differ diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/09\344\270\211\346\245\274\350\276\223\351\200\201\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108\0501\051.dwg" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/09\344\270\211\346\245\274\350\276\223\351\200\201\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108\0501\051.dwg" new file mode 100644 index 0000000..6584127 --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/09\344\270\211\346\245\274\350\276\223\351\200\201\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108\0501\051.dwg" Binary files differ diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\344\270\211\346\245\2749\043\344\272\244\344\272\222\345\201\217\347\247\273\351\207\217\345\234\260\345\235\20020241027.xls" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\344\270\211\346\245\2749\043\344\272\244\344\272\222\345\201\217\347\247\273\351\207\217\345\234\260\345\235\20020241027.xls" new file mode 100644 index 0000000..4f5ee55 --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\344\270\211\346\245\2749\043\344\272\244\344\272\222\345\201\217\347\247\273\351\207\217\345\234\260\345\235\20020241027.xls" Binary files differ diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.DWG" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.DWG" new file mode 100644 index 0000000..3476f69 --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\345\220\216\346\256\265\347\272\277\344\275\223\347\202\271\344\275\215\345\233\276/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.DWG" Binary files differ diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl" deleted file mode 100644 index 6030b48..0000000 --- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl" +++ /dev/null @@ -1,3 +0,0 @@ -玛卡巴卡 -DESKTOP-9EVT5GR -2025-02-27星期四 15:29:56 \ No newline at end of file diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\2573F\345\270\203\345\261\200\345\233\2760805.dwl" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\2573F\345\270\203\345\261\200\345\233\2760805.dwl" new file mode 100644 index 0000000..9d94ca6 --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\2573F\345\270\203\345\261\200\345\233\2760805.dwl" @@ -0,0 +1,3 @@ +玛卡巴卡 +DESKTOP-9EVT5GR +2025-03-18星期二 17:01:19 \ No newline at end of file diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl2" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\2573F\345\270\203\345\261\200\345\233\2760805.dwl2" similarity index 71% copy from "\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl2" copy to "\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\2573F\345\270\203\345\261\200\345\233\2760805.dwl2" index 2e7bf5c..4e4f170 100644 --- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl2" +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\2573F\345\270\203\345\261\200\345\233\2760805.dwl2" @@ -3,4 +3,4 @@ <username>玛卡巴卡</username> <machinename>DESKTOP-9EVT5GR</machinename> <fullname></fullname> -<datetime>2025-02-27星期四 15:29:56</datetime></whprops> \ No newline at end of file +<datetime>2025-03-18星期二 17:01:19</datetime></whprops> \ No newline at end of file diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.dwl" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.dwl" new file mode 100644 index 0000000..2a9c092 --- /dev/null +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.dwl" @@ -0,0 +1,3 @@ +玛卡巴卡 +DESKTOP-9EVT5GR +2025-03-18星期二 17:01:26 \ No newline at end of file diff --git "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl2" "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.dwl2" similarity index 71% rename from "\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl2" rename to "\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.dwl2" index 2e7bf5c..77e78b3 100644 --- "a/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2572F\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21008\351\241\271\347\233\256\357\274\211/08\344\272\214\346\245\274\350\276\223\351\200\201\345\270\203\345\261\200\347\202\271\344\275\215\345\233\2761106\0504\051.dwl2" +++ "b/\351\241\271\347\233\256\350\265\204\346\226\231/\351\241\271\347\233\256\345\233\276\347\272\270/\347\224\265\350\212\2573\346\245\274\345\233\276\347\272\270\344\270\216\347\224\265\346\260\224\347\274\226\345\217\267\345\257\271\347\205\247\357\274\21009\351\241\271\347\233\256\347\224\265\350\212\2573\346\245\274\345\217\252\350\264\237\350\264\243\344\273\216\345\210\206\345\256\271\345\272\223\345\274\200\345\247\213\357\274\211/\347\224\265\350\212\257\350\275\246\351\227\264\344\270\211\346\245\27409\347\274\226\345\217\267\345\205\211\347\224\265\344\275\215\347\275\256\345\233\2761108.dwl2" @@ -3,4 +3,4 @@ <username>玛卡巴卡</username> <machinename>DESKTOP-9EVT5GR</machinename> <fullname></fullname> -<datetime>2025-02-27星期四 15:29:56</datetime></whprops> \ No newline at end of file +<datetime>2025-03-18星期二 17:01:26</datetime></whprops> \ No newline at end of file -- Gitblit v1.9.3