From e2fcdcfd3ece65b2398674a35f3eb0f75cc32633 Mon Sep 17 00:00:00 2001 From: hyunho Date: Wed, 30 Dec 2020 04:36:42 +0000 Subject: [PATCH] --- Model/Pay.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Model/Pay.cs b/Model/Pay.cs index 59a761b..c63fc5d 100644 --- a/Model/Pay.cs +++ b/Model/Pay.cs @@ -46,7 +46,7 @@ namespace NP.Model { get { - return cshape == 0 ? "ON" : cshape == 1 ? "OFF" : "혼합"; + return cshape == 0 ? "온라인" : cshape == 1 ? "교육장" : "온라인"; } } ///