domain

package
v1.9.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 19, 2025 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Instance

type Instance struct {
	TaskID          int                 //任务ID
	ProcInstID      int                 //流程实例ID
	ProcID          int                 //流程ID
	ProcName        string              //流程名称
	ProcVersion     int                 //流程版本号
	BusinessID      string              //业务ID
	Starter         string              //流程发起人用户名称
	CurrentNodeID   string              //当前进行节点ID
	CurrentNodeName string              //当前进行节点名称
	CreateTime      *database.LocalTime //创建时间
	ApprovedBy      string              //当前处理人
	Status          int                 //0:未完成(审批中) 1:已完成(通过) 2:撤销
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL