Commit fb8f07b7 by 王宇航

1.6.5

1、修復interface導致的json解析失敗的問題
parent ed7aa3b7
...@@ -2,7 +2,7 @@ package com.gingersoft.connect.bean; ...@@ -2,7 +2,7 @@ package com.gingersoft.connect.bean;
import java.util.List; import java.util.List;
public class OrderInfoBean implements SendMsgType { public class OrderInfoBean extends SendMsgType {
/** /**
* 訂單ID * 訂單ID
*/ */
......
...@@ -3,4 +3,4 @@ package com.gingersoft.connect.bean ...@@ -3,4 +3,4 @@ package com.gingersoft.connect.bean
/** /**
* 只是用來限制,可以傳什麼類型的參數 * 只是用來限制,可以傳什麼類型的參數
*/ */
interface SendMsgType open class SendMsgType
\ No newline at end of file \ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment