antissoft
/
lvqianmeiye_ERP
Toggle navigation
Sign in
Sign in
Project
Files
Commits
Network
Graphs
Milestones
Issues
0
Merge Requests
0
Labels
Wiki
Download as
Email Patches
Plain Diff
Browse Code »
Commit
7188a8ff046b2fd708a0fb99f7e25b1f0ff7c6ec
Authored by
“wangming”
2025-09-14 00:20:01 +0800
1 parent
2b23ca5e
修复LqKhxxService.cs文件中的空行,确保代码整洁性。
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
netcore/src/Modularity/Extend/NCC.Extend/LqKhxxService.cs
netcore/src/Modularity/Extend/NCC.Extend/LqKhxxService.cs
View file @
7188a8f
...
...
@@ -391,7 +391,7 @@ namespace NCC.Extend.LqKhxx
391
391
return output;
392
392
}
393
393
#endregion
394
-
394
+
395
395
#region 批量删除客户资料
396
396
/// <summary>
397
397
/// 批量删除客户资料
...
...