This commit is contained in:
hyunho 2020-12-30 04:36:42 +00:00
parent f7ddbf39ed
commit e2fcdcfd3e
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ namespace NP.Model
{ {
get get
{ {
return cshape == 0 ? "ON" : cshape == 1 ? "OFF" : "혼합"; return cshape == 0 ? "온라인" : cshape == 1 ? "교육장" : "온라인";
} }
} }
/// <summary> /// <summary>