mirror of
https://github.com/flipped-aurora/gin-vue-admin.git
synced 2026-09-21 20:35:16 +00:00
修复格式问题,重构嵌套层数过深的函数
This commit is contained in:
@@ -2,7 +2,7 @@ package request
|
||||
|
||||
import "gin-vue-admin/model"
|
||||
|
||||
//api分页条件查询及排序结构体
|
||||
// api分页条件查询及排序结构体
|
||||
type SearchApiParams struct {
|
||||
model.SysApi
|
||||
PageInfo
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"gin-vue-admin/config"
|
||||
)
|
||||
|
||||
//配置文件结构体
|
||||
// 配置文件结构体
|
||||
type System struct {
|
||||
Config config.Server
|
||||
}
|
||||
|
||||
@@ -4,7 +4,7 @@ import (
|
||||
"github.com/jinzhu/gorm"
|
||||
)
|
||||
|
||||
//工作流属性表
|
||||
// 工作流属性表
|
||||
type SysWorkflow struct {
|
||||
gorm.Model
|
||||
WorkflowNickName string `json:"workflowNickName"` // 工作流名称
|
||||
|
||||
@@ -7,7 +7,7 @@ type SysWorkFlowProcess struct {
|
||||
gorm.Model
|
||||
ApplicationID uint // 当前工作流所属申请的ID
|
||||
CurrentNode string // 当前进度节点
|
||||
HistoricalNode string //上一个进度节点
|
||||
HistoricalNode string // 上一个进度节点
|
||||
CurrentUser string // 当前进度操作人
|
||||
HistoricalUser string // 上一个进度的操作人
|
||||
State bool // 状态 是否是正在进行的状态
|
||||
|
||||
Reference in New Issue
Block a user