()
| 55 | } |
| 56 | |
| 57 | func NewBookResult() *BookResult { |
| 58 | return &BookResult{} |
| 59 | } |
| 60 | |
| 61 | // 根据书籍标识查询书籍以及指定用户权限的信息. |
| 62 | func (m *BookResult) FindByIdentify(identify string, memberId int) (result *BookResult, err error) { |
no outgoing calls
no test coverage detected