/** 出院人数趋势 */
export interface LeaveHospitalTrend {

  /** 月份 */
  month?: string;

  /** 月份的值 */
  value?: number;
}