YOUPAIHRCoinDetailModel.h 646 B

1234567891011121314151617181920212223
  1. //
  2. // YOUPAIHRCoinDetailModel.h
  3. // VQU
  4. //
  5. // Created by xiaohaoran on 2021/10/19.
  6. // Copyright © 2021 MS. All rights reserved.
  7. //
  8. #import <Foundation/Foundation.h>
  9. NS_ASSUME_NONNULL_BEGIN
  10. @interface YOUPAIHRCoinDetailModel : NSObject
  11. @property(nonatomic,assign)NSInteger youpaipid;
  12. @property(nonatomic,assign)NSInteger youpaipbusiness_code;//业务码
  13. @property(nonatomic,copy)NSString *youpaipchange_value;//变更金额
  14. @property(nonatomic,copy)NSString *youpaipremark;//标注
  15. @property(nonatomic,copy)NSString *youpaipbc;//记录说明
  16. @property(nonatomic,copy)NSString *youpaipcreate_time;//创建时间
  17. @end
  18. NS_ASSUME_NONNULL_END