sys_enum_audit

package
v0.7.50 Latest Latest
Warning

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

Go to latest
Published: May 11, 2024 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Action = action{
	Reject:     enum.New[ActionEnum](-1, "不通过"),
	WaitReview: enum.New[ActionEnum](0, "待审核"),
	Approve:    enum.New[ActionEnum](1, "通过"),
}
View Source
var Audit = audit{
	Action: Action,
	Event:  Event,
}
View Source
var Event = eventState{
	Created:   enum.New[EventEnum](1, "有新的审核申请"),
	ReSubmit:  enum.New[EventEnum](2, "有再次提交的申请"),
	ExecAudit: enum.New[EventEnum](4, "处理审核"),
}

Functions

This section is empty.

Types

type ActionEnum

type ActionEnum enum.IEnumCode[int]

type EventEnum

type EventEnum enum.IEnumCode[int]

Jump to

Keyboard shortcuts

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