提交代码

This commit is contained in:
2024-10-30 17:15:30 +08:00
parent a2afd22163
commit 254c7ac7c0
24 changed files with 1527 additions and 828 deletions
+8 -9
View File
@@ -38,15 +38,6 @@ namespace Model
set;
}
/// <summary>
/// 季度
/// </summary>
public int? Quarter
{
get;
set;
}
/// <summary>
///
/// </summary>
@@ -125,5 +116,13 @@ namespace Model
get;
set;
}
/// <summary>
/// 季度
/// </summary>
public int? Quarter
{
get;
set;
}
}
}