12 lines
141 B
TypeScript
Raw Normal View History

2022-06-12 13:24:47 +08:00
export default class SavePath {
id: number;
/**
*/
name: string;
/**
json序列化后
*/
content: string;
}