// // CultivatePhotoModel.h // jiaPei // // Created by Ning.ge on 2024/2/6. // Copyright © 2024 JCZ. All rights reserved. // #import NS_ASSUME_NONNULL_BEGIN @interface CultivatePhotoModel : RQBaseModel /**filepath */ @property (nonatomic, copy) NSString* filepath; /**event */ @property (nonatomic, assign) NSInteger event; /**time */ @property (nonatomic, assign) NSInteger time; /**ptime */ @property (nonatomic, copy) NSString* ptime; @end NS_ASSUME_NONNULL_END