feat:增加月经天数统计

This commit is contained in:
2025-10-30 15:00:50 +08:00
parent 930202a6b6
commit cc33d3028b
7 changed files with 133 additions and 3 deletions

View File

@@ -35,3 +35,8 @@ export interface IPeriodSetting {
duration: number;
isCalculate: boolean;
}
export interface IMenstrualPeriod{
startDate: string;
endDate: string;
}