toop
toop
如题,谢谢!
任务一 :公司
表名称:res_company 'name': string='Company Name', size=128, required :True, 'parent_id': 'Parent Company', 'user_ids': ('res.users', 'res_company_users_rel', 'cid', 'user_id', 'Accepted Users'), 'street': string='street', size=128,, 'zip': size=24, type='char', string="Zip", 'city': size=24, type='char', string="City" 'country_id': relation='res.country',...
表名称:res_department 'name': 'Department Name', size=64, required=True, 'company_id': ForeignKey='res_company', 'Company', required=False, 'parent_id': ForeignKey=res_department', 'Parent Department', 'note': str='Note',
On the springboot, when a user accesses /books/list, I need to filter books data according to the data_scope range data of the currently logged in user and the category value...
On the springboot, when a user accesses /books/list, I need to filter books data according to the data_scope range data of the currently logged in user and the category value...
Thanks!