monitoring/entity/memory_entity.py

16 lines
286 B
Python

# _*_ coding: utf-8 _*_
# @Time :2022/8/18 17:37
# @Email :508737091@qq.com
# @Author :qiangyanwen
# @File :memory_entity.py
import datetime
from pydantic import BaseModel
class SysModel(BaseModel):
count: int
name: str
current_time: str
start_time: str