Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
GingerSoftLANInterconnection
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
王宇航
GingerSoftLANInterconnection
Commits
fb8f07b7
Commit
fb8f07b7
authored
Aug 10, 2024
by
王宇航
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1.6.5
1、修復interface導致的json解析失敗的問題
parent
ed7aa3b7
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
mylibrary/src/main/java/com/gingersoft/connect/bean/OrderInfoBean.java
+1
-1
mylibrary/src/main/java/com/gingersoft/connect/bean/SendMsgType.kt
+2
-2
No files found.
mylibrary/src/main/java/com/gingersoft/connect/bean/OrderInfoBean.java
View file @
fb8f07b7
...
...
@@ -2,7 +2,7 @@ package com.gingersoft.connect.bean;
import
java.util.List
;
public
class
OrderInfoBean
implement
s
SendMsgType
{
public
class
OrderInfoBean
extend
s
SendMsgType
{
/**
* 訂單ID
*/
...
...
mylibrary/src/main/java/com/gingersoft/connect/bean/SendMsgType.kt
View file @
fb8f07b7
...
...
@@ -3,4 +3,4 @@ package com.gingersoft.connect.bean
/**
* 只是用來限制,可以傳什麼類型的參數
*/
interface
SendMsgType
\ No newline at end of file
open
class
SendMsgType
\ 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