Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
Z
zjxcxServer
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
node_server
zjxcxServer
Commits
9e346ab2
Commit
9e346ab2
authored
Feb 06, 2023
by
lixinming
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
no message
parent
9936aee3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
+6
-1
enterprise.ts
src/biz/enterprise/enterprise.ts
+0
-0
user.ts
src/biz/fuHuqQi/user.ts
+5
-0
fuhuaqi.ts
src/data/fuHuaQi/fuhuaqi.ts
+1
-1
No files found.
src/biz/enterprise/enterprise.ts
0 → 100644
View file @
9e346ab2
src/biz/fuHuqQi/user.ts
0 → 100644
View file @
9e346ab2
/**
* 逻辑层
* 主要包括有 孵化器账号的登录
* 预留好 重置密码 退出登录 接口
*/
src/data/fuHuaQi/fuhuaqi.ts
View file @
9e346ab2
...
...
@@ -5,7 +5,7 @@ const fuHuaQiSchema = new Schema({
name
:
{
type
:
String
,
index
:
true
},
//名称
pwd
:
String
,
//登录密码
operationName
:
String
,
//运营名称
uscc
:{
type
:
String
,
index
:
true
},
//统一信用代码
uscc
:{
type
:
String
,
index
:
true
},
//统一信用代码
也是登录账号
logonTime
:
Number
,
//注册时间
lv
:
Number
,
//孵化器级别
identificationTime
:
Number
,
//认定时间
...
...
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