smichxq

Results 1 comments of smichxq

> ```rust > #[derive(Deserialize, Serialize)] > struct Product { > id: i32, > name: String, > price: f64, > } > ``` > > 当这里有 BigDecimal 类型的字段时,会报错,不知道有什么好的解决方法 sqlx = {...