This commit is contained in:
parent
f7ddbf39ed
commit
e2fcdcfd3e
|
|
@ -46,7 +46,7 @@ namespace NP.Model
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
{
|
{
|
||||||
return cshape == 0 ? "ON" : cshape == 1 ? "OFF" : "혼합";
|
return cshape == 0 ? "온라인" : cshape == 1 ? "교육장" : "온라인";
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
/// <summary>
|
/// <summary>
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue