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

12 lines
401 B
Go
Raw Normal View History

2025-02-19 06:24:15 +00:00
package model
import oaApi "github.com/fonchain_enterprise/fonchain-main/api/oa"
type LeaveBalanceRes struct {
LeaveBalanceList []*oaApi.LeaveBalance `json:"leaveBalanceList"`
Msg string `json:"msg"`
Total int64 `json:"total"`
Page int64 `json:"page"`
PageSize int64 `json:"pageSize"`
}