YMSamplePhotoModel.h 470 B

123456789101112131415161718192021
  1. //
  2. // YMSamplePhotoModel.h
  3. // MSYOUPAI
  4. //
  5. // Created by YoMi on 2024/3/23.
  6. // Copyright © 2024 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YMSamplePhotoModel : NSObject
  11. @property (nonatomic, copy) NSString *action_image;
  12. @property (nonatomic, assign) NSInteger action_type;
  13. @property (nonatomic, copy) NSString *audit_remark;
  14. @property (nonatomic, assign) NSInteger audit_status;
  15. @end
  16. NS_ASSUME_NONNULL_END