wupengfei
5 天以前 13679d5579f27b86ec4e3807c61c33bc670c15af
src/services/api/typings.d.ts
@@ -7937,6 +7937,8 @@
  type GetDataBoardLastQuarterEnterpriseClientUserCountInput = Record<string, any>;
  interface GetDataBoardLastQuarterEnterpriseClientUserCountOutput {
    /** 标题 */
    title?: string;
    /** X轴 */
    x?: string[];
    /** 上季度数据 */
@@ -7944,6 +7946,8 @@
  }
  interface GetDataBoardLastQuarterOutputValueCountOutput {
    /** 标题 */
    title?: string;
    /** X轴 */
    x?: string[];
    /** 上季度数据 */
@@ -7973,8 +7977,12 @@
  interface GetDataBoardNewBountyUseAmountCountOutput {
    /** X轴 */
    x?: string[];
    /** 当月标题 */
    currentMonthTitle?: string;
    /** 当月数据 */
    currentMonthData?: number[];
    /** 上月标题 */
    lastMonthTitle?: string;
    /** 上月数据 */
    lastMonthData?: number[];
  }