bee icon indicating copy to clipboard operation
bee copied to clipboard

how can I map UID to iD when I use the cmd 'bee api ...'

Open devuser opened this issue 6 years ago • 0 comments

type Repworkorders struct { Id int orm:"column(id);auto" Message string orm:"column(message);size(255);null" }

When I use the bee api to create the framework, I want map UID to the column id.

How can I get it changing the source code ?

devuser avatar Jan 21 '18 03:01 devuser