All Downloads are FREE. Search and download functionalities are using the official Maven repository.

commonMain.com.iprd.report.DateRange.kt Maven / Gradle / Ivy

There is a newer version: 1.0.49
Show newest version
/* IPRD Group 2022 */
package com.iprd.report

data class DateRange(
  val startDate: String,
  val endDate: String
)

data class FilePath(
  val dailyFilePath: String,
  val summaryFilePath: String,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy