@@ -932,7 +932,8 @@ public class TscConstants {
// 프론트 구분
public enum FrontGb {
MOB("M"),
- PC("P");
+ PC("P"),
+ APP("A");
private String value;