permission
This commit is contained in:
parent
0a752feb47
commit
df6e9fd578
@ -45,6 +45,7 @@ public enum FindPcType {
|
||||
public Integer getValue() {
|
||||
return this.state;
|
||||
}
|
||||
|
||||
/**
|
||||
* 试卷蓝图状态:1-正在编辑,2-封存(不能修改),3-已经被使用(不能修改删除)<br>
|
||||
* 选填<br>
|
||||
@ -65,6 +66,7 @@ public enum FindPcType {
|
||||
list.add(PaperCompositionState.Locked);
|
||||
list.add(PaperCompositionState.Used);
|
||||
}
|
||||
break;
|
||||
case Locked:
|
||||
list.add(PaperCompositionState.Locked);
|
||||
break;
|
||||
@ -74,6 +76,7 @@ public enum FindPcType {
|
||||
}
|
||||
return list;
|
||||
}
|
||||
|
||||
////////////////////////////////////////////////////////////////
|
||||
private static Map<Integer, FindPcType> map = new HashMap<>();
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user