summaryrefslogtreecommitdiff
path: root/dichroism/src/models.rs
blob: 5516688cb4389dc5477c0e7f559300dd958ae59f (plain) (blame)
1
2
3
4
5
#[derive(Debug, Queryable, Serialize)]
pub struct ProductImg {
    pub id: i32,
    pub path: String,
}