change: 调整工程结构.

This commit is contained in:
2025-03-23 19:16:12 +08:00
parent 494f093041
commit f6a3b336de
32 changed files with 74 additions and 51 deletions

View File

@@ -1,12 +0,0 @@
package com.serliunx.statemanagement.support;
/**
* @author <a href="mailto:serliunx@yeah.net">SerLiunx</a>
* @since 2025/1/24
*/
public enum PrinterEvent {
TURN_ON,
TURN_OFF,
}

View File

@@ -1,14 +0,0 @@
package com.serliunx.statemanagement.support;
/**
* @author <a href="mailto:serliunx@yeah.net">SerLiunx</a>
* @version 1.0.0
* @since 2024/12/28
*/
public enum PrinterState {
IDLE,
SCANNING,
PRINTING,
STOPPING,
STOPPED
}