Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
crm_uc
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
ikcrm_server
crm_uc
Commits
0c4346e3
Commit
0c4346e3
authored
Mar 22, 2019
by
houdelin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
change readme
parent
6db47ed4
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
6 deletions
+16
-6
README.md
+16
-6
No files found.
README.md
View file @
0c4346e3
# CrmUc
# CrmUc
Short description and motivation.
engine 主要是提供用户中心相关的功能,包含和用户中心相关的调用代码 和 model
## Usage
## Usage
How to use my plugin.
organization.rb 里需要
```
ruby
include
CrmUc
::
Organizationable
```
提供企业的一些公用调用方法
user.rb 里需要
```
ruby
include
CrmUc
::
Userable
```
提供用户的一些公用调用方法 一些 enum等
microservices 里提供了调用用户中心的方法,和一些用户相关的service
## Installation
## Installation
Add this line to your application's Gemfile:
Add this line to your application's Gemfile:
...
@@ -22,7 +34,4 @@ $ gem install crm_uc
...
@@ -22,7 +34,4 @@ $ gem install crm_uc
```
```
## Contributing
## Contributing
Contribution directions go here.
Contribution directions go here.
\ No newline at end of file
## License
The gem is available as open source under the terms of the
[
MIT License
](
https://opensource.org/licenses/MIT
)
.
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment