시스템메세지, 정보메세지개념 추가

This commit is contained in:
backuppc
2026-02-26 14:18:41 +09:00
parent 2e9b7973c7
commit d57b00095c
12 changed files with 222 additions and 186 deletions

View File

@@ -230,5 +230,10 @@ namespace COMM
/// 마지막을 실행 명령을 전송한 시간
/// </summary>
LastRunCommandTime,
/// <summary>
/// 이동명령 설정 시간
/// </summary>
LastMoveSetCommandTime,
}
}