Commit e29f27bc authored by liudong1993's avatar liudong1993

权限调整

parent 680ba1fc
......@@ -19,6 +19,11 @@ namespace Edu.Model.ViewModel.OKR
/// </summary>
public int IsLock { get; set; }
/// <summary>
/// 是否不可查看 1是 2否
/// </summary>
public int IsNotLook { get; set; }
/// <summary>
/// 分数名称
/// </summary>
......
......@@ -68,6 +68,11 @@ namespace Edu.Model.ViewModel.OKR
/// </summary>
public int IsLock { get; set; }
/// <summary>
/// 是否不可查看 1是 2否
/// </summary>
public int IsNotLook { get; set; }
/// <summary>
/// 是否已对齐
/// </summary>
......
This source diff could not be displayed because it is too large. You can view the blob instead.
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