Add background color to sales person
This commit is contained in:
parent
b4b926a8e4
commit
eb54665596
6 changed files with 68 additions and 6 deletions
|
|
@ -10,6 +10,7 @@ use crate::DaoError;
|
|||
pub struct SalesPersonEntity {
|
||||
pub id: Uuid,
|
||||
pub name: Arc<str>,
|
||||
pub background_color: Arc<str>,
|
||||
pub deleted: Option<time::PrimitiveDateTime>,
|
||||
pub inactive: bool,
|
||||
pub version: Uuid,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue