Commit 9b3a5539 authored by 潘栩锋's avatar 潘栩锋 🚴

1. 添加 “数据库容量” 字符串资源

2. 修改 initparam.DBKeepMonth 的默认值 为6
parent a9967594
......@@ -90,6 +90,8 @@
<sys:String x:Key="strSave">Save</sys:String>
<sys:String x:Key="strSystemParam">System</sys:String>
<sys:String x:Key="strDBSize">DBSize</sys:String>
<sys:String x:Key="strMonth">Month</sys:String>
<sys:String x:Key="strOrgInterval">OrgInterval</sys:String>
<sys:String x:Key="strGageLength">GageLength</sys:String>
<sys:String x:Key="strEncoder1Scale">Encoder1Scale</sys:String>
......
......@@ -94,6 +94,8 @@
<sys:String x:Key="strSave">保存</sys:String>
<sys:String x:Key="strSystemParam">系统参数</sys:String>
<sys:String x:Key="strDBSize">数据库容量</sys:String>
<sys:String x:Key="strMonth">月</sys:String>
<sys:String x:Key="strOrgInterval">归零间隔</sys:String>
<sys:String x:Key="strGageLength">机架长度</sys:String>
<sys:String x:Key="strEncoder1Scale">编码器1比例</sys:String>
......
......@@ -158,7 +158,7 @@ namespace FLY.Thick.Base.Server
/// <summary>
/// 数据库保存的月数
/// </summary>
public int DBKeepMonth { get; set; }
public int DBKeepMonth { get; set; } = 6;
#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