From 410dc2d04dbecf019129cd8cd65a3be2c62b4d0c Mon Sep 17 00:00:00 2001 From: ulysseskao <ulysseskao@gmail.com> Date: Tue, 03 May 2016 18:36:41 +0800 Subject: [PATCH] refator code --- CCSTrace/CCS/Domain/CCSCaseState.cs | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CCSTrace/CCS/Domain/CCSCaseState.cs b/CCSTrace/CCS/Domain/CCSCaseState.cs index 1f46eec..db872c5 100644 --- a/CCSTrace/CCS/Domain/CCSCaseState.cs +++ b/CCSTrace/CCS/Domain/CCSCaseState.cs @@ -12,8 +12,8 @@ EventFinsh = 1007, // with no RepairRecord EventComplete = 1008, // with RepairRecord EventOver = 1009, // with RepairRecord but not upload - EventReturn = 2001, // Return the EventRecord - AlarmFailure = 2002, // EventRecord AlarmFailure - EventTrasnfer = 2003 // EventRecord Transfer to Process + EventReturn = 2001, // Return the EOSEventRecord + AlarmFailure = 2002, // EOSEventRecord AlarmFailure + EventTrasnfer = 2003 // EOSEventRecord Transfer to Process } } \ No newline at end of file -- Gitblit v0.0.0-SNAPSHOT