1 2 3 4 5 6
pub enum JVWorkspaceSheetInput { Add(String), Delete(String), ListAll, PrintPath(String), }