Commit f8d327d4 authored by 潘栩锋's avatar 潘栩锋 🚴

删除 initparam中 没有用的数据库地址

parent 1ed4359b
......@@ -158,16 +158,6 @@ namespace FLY.Thick.Base.IService
#endregion
/// <summary>
/// 数据库保存的月数
/// </summary>
int DBKeepMonth { get; set; }
/// <summary>
/// 数据库路径
/// </summary>
string DbDirPath { get; set; }
/// <summary>
/// 参数应用
/// </summary>
......
......@@ -83,8 +83,6 @@ namespace FLY.Thick.Base.Server
/// </summary>
public UInt32 VScan { get; set; } = 8000;
/// <summary>
/// 调试时速度,向前走,向后走
/// </summary>
......@@ -185,15 +183,6 @@ namespace FLY.Thick.Base.Server
/// </summary>
public bool HasScanCorr { get; set; } = true;
/// <summary>
/// 数据库保存的月数
/// </summary>
public int DBKeepMonth { get; set; } = 6;
/// <summary>
/// 数据库路径
/// </summary>
public string DbDirPath { get; set; } = @"D:\flydata";
#endregion
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment