增加公司级五张报表功能

This commit is contained in:
2023-02-02 15:13:20 +08:00
parent ccc4bc8a28
commit 2b93bbd98d
100 changed files with 47158 additions and 5 deletions
+19
View File
@@ -4469,5 +4469,24 @@
/// </summary>
public const string Project_SYHSEData_SYHSEMenuId = "";
#endregion
#region
/// <summary>
/// 本单位
/// </summary>
public const string UpState_1 = "1";
/// <summary>
/// 待上报
/// </summary>
public const string UpState_2 = "2";
/// <summary>
/// 已上报
/// </summary>
public const string UpState_3 = "3";
/// <summary>
/// 上报失败
/// </summary>
public const string UpState_4 = "4";
#endregion
}
}