Commit 3adf16db authored by xuwencheng's avatar xuwencheng

upgrade

parent 106311f6
...@@ -29,6 +29,9 @@ pub enum Event { ...@@ -29,6 +29,9 @@ pub enum Event {
StartDB, StartDB,
#[strum(serialize = "启动java服务")] #[strum(serialize = "启动java服务")]
StartJar, StartJar,
#[strum(serialize = "kill进程")]
Kill,
} }
impl Event { impl Event {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment