| | |
| | | type GetDataBoardLastQuarterEnterpriseClientUserCountInput = Record<string, any>; |
| | | |
| | | interface GetDataBoardLastQuarterEnterpriseClientUserCountOutput { |
| | | /** 标题 */ |
| | | title?: string; |
| | | /** X轴 */ |
| | | x?: string[]; |
| | | /** 上季度数据 */ |
| | |
| | | } |
| | | |
| | | interface GetDataBoardLastQuarterOutputValueCountOutput { |
| | | /** 标题 */ |
| | | title?: string; |
| | | /** X轴 */ |
| | | x?: string[]; |
| | | /** 上季度数据 */ |
| | |
| | | interface GetDataBoardNewBountyUseAmountCountOutput { |
| | | /** X轴 */ |
| | | x?: string[]; |
| | | /** 当月标题 */ |
| | | currentMonthTitle?: string; |
| | | /** 当月数据 */ |
| | | currentMonthData?: number[]; |
| | | /** 上月标题 */ |
| | | lastMonthTitle?: string; |
| | | /** 上月数据 */ |
| | | lastMonthData?: number[]; |
| | | } |