Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ShenghuoquanBusiness
Project
Project
Details
Activity
Releases
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
bp
ShenghuoquanBusiness
Commits
f67b7820
Commit
f67b7820
authored
Jun 07, 2021
by
yinjiacheng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
del 无用类
parent
209c6b84
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
18 deletions
+0
-18
MobileLoginBean.kt
...n/src/main/java/com/yidian/common/http/MobileLoginBean.kt
+0
-18
No files found.
CommonLib/Common/src/main/java/com/yidian/common/http/MobileLoginBean.kt
deleted
100644 → 0
View file @
209c6b84
package
com.yidian.common.http
class
MobileLoginBean
(
var
request
:
Request
,
var
response
:
Response
)
{
data class
Request
(
var
mobile
:
String
?,
var
code
:
String
?)
data class
Response
(
val
app_id
:
Int
,
val
app_name
:
String
,
val
avatar
:
String
,
val
city_id
:
String
,
val
city_name
:
String
,
val
gender
:
String
,
val
gender_text
:
String
,
val
mobile
:
String
,
val
nick_name
:
String
,
val
user_id
:
Long
)
}
\ No newline at end of file
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