GITLAB

zhanghaochen / ParentControl

Sign in
  • Sign in
  • Activity
  • Files
  • Commits
  • Network
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • parentcontrol
  • ..
  • api
  • ChatError.java
  • 5c3224d44   api和entity Browse Code »
    shixianjie
    2025-08-04 14:31:19 +0800  
ChatError.java 128 Bytes
edit raw blame history
1 2 3 4 5 6 7 8
package com.hjx.parent.api;

public class ChatError {
    String code;
    String message;
    String param;
    String type;
}