fonchain-fiee/pkg/service/oa_new/model/export.go

9 lines
224 B
Go
Raw Normal View History

2025-02-19 06:24:15 +00:00
package model
type CollectionExportReq struct {
StaffUIDs []uint64 `json:"staffUIDs"`
DepartmentUID int64 `json:"departmentUID"`
Month string `json:"month"`
ExportType string `json:"exportType"`
}