calendar

package
v0.0.0-...-da4d162 Latest Latest
Warning

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

Go to latest
Published: Dec 19, 2021 License: MIT Imports: 21 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ProjectAuthData

type ProjectAuthData struct {
	Id       int64
	AuthDep  map[int64]*model.ProjectAuthDep
	AuthUser map[string]*model.ProjectAuthUser
}

type StatsDailyReportEntity

type StatsDailyReportEntity struct {
	TotalCost int `gorm:"column:total_cost" column:"total_cost" json:"total_cost"`
	model.ProjectTask
}

查询项目

type UserProjectTaskInfo

type UserProjectTaskInfo struct {
	UserId    string `gorm:"user_id"`
	ProjectId int64  `gorm:"project_id"`
	Cost      int64  `gorm:"cost"`
}

Jump to

Keyboard shortcuts

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