-
"User" is Entity from cli,but it must be declared. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
-
I suggest to |
Beta Was this translation helpful? Give feedback.
use crate::entity::user::{self, Entity as User};
It can solve this problem.