优化打印信息

This commit is contained in:
liyuhua
2023-11-15 17:25:09 +08:00
parent 90eab408d0
commit d7f04e400a
223 changed files with 294 additions and 251 deletions

View File

@@ -63,7 +63,7 @@ typedef NS_ENUM(NSUInteger, RoomSendGiftType) {
RoomSendGiftType_ToOne,
};
@interface GiftInfoModel : NSObject
@interface GiftInfoModel : PIBaseModel
///礼物id
@property (nonatomic, assign)NSInteger giftId;
///礼物名字

View File

@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface GiftLuckyBroadcastModel : NSObject
@interface GiftLuckyBroadcastModel : PIBaseModel
///礼物名称
@property (nonatomic,strong) NSString *giftName;
///价格

View File

@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface GiftNobleInfoModel : NSObject
@interface GiftNobleInfoModel : PIBaseModel
///贵族图标
@property (nonatomic, copy)NSString *vipIcon;

View File

@@ -16,7 +16,7 @@ typedef NS_ENUM(NSInteger, BroadCastLevel) {
NS_ASSUME_NONNULL_BEGIN
@class GiftValueInfoModel;
@interface GiftReceiveUserInfoModel : NSObject
@interface GiftReceiveUserInfoModel : PIBaseModel
///收礼物的人
@property(nonatomic, strong)NSString *nick;
///收礼物的人的头像
@@ -25,14 +25,14 @@ NS_ASSUME_NONNULL_BEGIN
@property(nonatomic, assign) NSInteger uid;
@end
@interface GiftLuckyUserInfo : NSObject
@interface GiftLuckyUserInfo : PIBaseModel
@property(nonatomic, copy) NSString *nick;
//基础信息
@property(nonatomic, assign) NSInteger uid;
@end
@interface GiftListsInfo : NSObject
@interface GiftListsInfo : PIBaseModel
@property (nonatomic, assign) NSInteger giftNum;
@property (nonatomic, assign) NSInteger prizeLevel;
@property (nonatomic, assign) NSInteger giftId;
@@ -41,12 +41,12 @@ NS_ASSUME_NONNULL_BEGIN
// 要多次发送消息 福袋相关的modle单独处理
@interface GiftLuckyBagGiftsInfo : NSObject
@interface GiftLuckyBagGiftsInfo : PIBaseModel
@property (nonatomic, strong) NSArray <GiftListsInfo *> *giftList;
@property (nonatomic, strong) GiftLuckyUserInfo *user;
@end
@interface GiftReceiveInfoModel : NSObject
@interface GiftReceiveInfoModel : PIBaseModel
@property(nonatomic,copy) NSString *roomTitle;
///目标的uid
@property(nonatomic,copy)NSString * targetUid;

View File

@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface GiftTwelveStarFirstModel : NSObject
@interface GiftTwelveStarFirstModel : PIBaseModel
@property (nonatomic, copy) NSString *avatar;
@property (nonatomic, copy) NSString *erbanNo;
@property (nonatomic, copy) NSString *markUrl;

View File

@@ -9,12 +9,12 @@
NS_ASSUME_NONNULL_BEGIN
@class GiftValueDetailModel;
@interface GiftValueInfoModel : NSObject
@interface GiftValueInfoModel : PIBaseModel
@property (nonatomic, copy) NSString *currentTime;//系统时间戳
@property (nonatomic, strong) NSArray<GiftValueDetailModel *> *giftValueVos;
@end
@interface GiftValueDetailModel : NSObject
@interface GiftValueDetailModel : PIBaseModel
///用户的uid
@property (nonatomic, copy) NSString * uid;
///礼物值

View File

@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface XPFreeGiftModel : NSObject
@interface XPFreeGiftModel : PIBaseModel
@property (nonatomic,copy) NSString *uid;
@property (nonatomic,copy) NSString *giftId;
@property (nonatomic,copy) NSString *giftName;

View File

@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface XPGiftCountModel : NSObject
@interface XPGiftCountModel : PIBaseModel
///
@property (nonatomic,copy) NSString *title;
///礼物的个数

View File

@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface XPGiftUserInfoModel : NSObject
@interface XPGiftUserInfoModel : PIBaseModel
///头像
@property (nonatomic,copy) NSString * avatar;
///昵称

View File

@@ -9,7 +9,7 @@
NS_ASSUME_NONNULL_BEGIN
@interface XPWeekStarRankUserModel : NSObject
@interface XPWeekStarRankUserModel : PIBaseModel
///0:冠名1、神豪
@property(nonatomic,assign) int type;
///头像