sz-rust-cli 1.4.0

SZ-Rust 命令行工具:项目脚手架、数据库迁移、调度器管理
Documentation
{
    "name": "workflow",
    "version": "1.0.0",
    "description": "State machine driven workflow plugin template with state transitions, approval logic, and event publishing",
    "required_variables": [
        "plugin_name",
        "table_name",
        "class_name",
        "fields",
        "module_path",
        "template_type",
        "template_version",
        "generated_at",
        "primary_key_name",
        "primary_key_type",
        "states",
        "initial_state",
        "transitions"
    ]
}