feat(application): add wrapup stats computation engine
This commit is contained in:
6
crates/application/src/wrapup/queries.rs
Normal file
6
crates/application/src/wrapup/queries.rs
Normal file
@@ -0,0 +1,6 @@
|
||||
use domain::models::wrapup::{DateRange, WrapUpScope};
|
||||
|
||||
pub struct ComputeWrapUpQuery {
|
||||
pub scope: WrapUpScope,
|
||||
pub date_range: DateRange,
|
||||
}
|
||||
Reference in New Issue
Block a user