初版的功能
This commit is contained in:
20
FATrace.WPLApp/Services/CsvServices.cs
Normal file
20
FATrace.WPLApp/Services/CsvServices.cs
Normal file
@@ -0,0 +1,20 @@
|
||||
using System;
|
||||
using System.Collections.Generic;
|
||||
using System.Linq;
|
||||
using System.Text;
|
||||
using System.Threading.Tasks;
|
||||
|
||||
namespace FATrace.WPLApp.Services
|
||||
{
|
||||
/// <summary>
|
||||
/// CSV服务
|
||||
///导出CSV文件
|
||||
/// </summary>
|
||||
public class CsvServices
|
||||
{
|
||||
public CsvServices()
|
||||
{
|
||||
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user