1.2.2原版
This commit is contained in:
@@ -0,0 +1,48 @@
|
||||
/* tslint:disable */
|
||||
/* eslint-disable */
|
||||
/**
|
||||
* Halo
|
||||
* No description provided (generated by Openapi Generator https://github.com/openapitools/openapi-generator)
|
||||
*
|
||||
* The version of the OpenAPI document: 2.20.0
|
||||
*
|
||||
*
|
||||
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
|
||||
* https://openapi-generator.tech
|
||||
* Do not edit the class manually.
|
||||
*/
|
||||
|
||||
|
||||
|
||||
/**
|
||||
*
|
||||
* @export
|
||||
* @interface DoubanMovieFaves
|
||||
*/
|
||||
export interface DoubanMovieFaves {
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof DoubanMovieFaves
|
||||
*/
|
||||
'createTime'?: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof DoubanMovieFaves
|
||||
*/
|
||||
'remark'?: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof DoubanMovieFaves
|
||||
*/
|
||||
'score'?: string;
|
||||
/**
|
||||
*
|
||||
* @type {string}
|
||||
* @memberof DoubanMovieFaves
|
||||
*/
|
||||
'status'?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user