wfz 2 rokov pred
rodič
commit
f9f56df4c9
1 zmenil súbory, kde vykonal 2 pridanie a 0 odobranie
  1. 2 0
      js/api/ai/ai_pb.ts

+ 2 - 0
js/api/ai/ai_pb.ts

@@ -181,6 +181,8 @@ export interface AIRobotInfo{
     createTime?:number;
     /**  用户名 */
     userName?:string;
+    /**  过期时间 */
+    expirationTime?:number;
 }
 export interface FindAIRobotListRequest{
     nextId?:number;