7 lines
131 B
Python
Raw Permalink Normal View History

2025-12-04 10:04:21 +08:00
from app.models.domain.rwmodel import RWModel
class RWSchema(RWModel):
class Config(RWModel.Config):
orm_mode = True