GrpcPrint/PrintS/Config/bean/CurrentAlarm.h

9 lines
81 B
C
Raw Permalink Normal View History

2024-03-19 17:45:12 +08:00
#pragma once
class CurrentAlarm
{
public:
CurrentAlarm();
~CurrentAlarm();
};