|
@@ -283,7 +283,10 @@ public class PublishPublishOrderDto
|
|
#endregion
|
|
#endregion
|
|
|
|
|
|
#region 省政府网、省政务服务网、天府通办App
|
|
#region 省政府网、省政务服务网、天府通办App
|
|
-
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 是否开展保密审查
|
|
|
|
+ /// </summary>
|
|
|
|
+ public bool? IsOpenReview { get; set; }
|
|
#endregion
|
|
#endregion
|
|
#endregion
|
|
#endregion
|
|
}
|
|
}
|
|
@@ -370,6 +373,11 @@ public class PublishOrderDto
|
|
|
|
|
|
#endregion
|
|
#endregion
|
|
|
|
|
|
|
|
+ /// <summary>
|
|
|
|
+ /// 是否开展保密审查
|
|
|
|
+ /// </summary>
|
|
|
|
+ public bool? IsOpenReview { get; set; }
|
|
|
|
+
|
|
/// <summary>
|
|
/// <summary>
|
|
/// 是否解决
|
|
/// 是否解决
|
|
/// </summary>
|
|
/// </summary>
|