xin
2025-09-25 66772a2d80b2612cea4e1e5740c9df3d2f672a39
oying-system/src/main/java/com/oying/modules/message/domain/MesMsgRecord.java
@@ -30,15 +30,12 @@
    @ApiModelProperty(value = "模板ID 可无")
    private Integer templateId;
    @NotBlank
    @ApiModelProperty(value = "接收人ID")
    private String receiverId;
    @NotNull
    @ApiModelProperty(value = "1=买家 2=商户 3=骑手")
    private Integer platform;
    @NotNull
    @ApiModelProperty(value = "同模板type")
    private Integer msgType;
//    @NotNull
@@ -46,15 +43,12 @@
//    private MesTypeEnum msgType;
    @NotBlank
    @ApiModelProperty(value = "最终标题")
    private String title;
    @NotBlank
    @ApiModelProperty(value = "最终内容")
    private String content;
    @NotBlank
    @ApiModelProperty(value = "最终内容key")
    private String contentKey;
@@ -64,7 +58,6 @@
    @ApiModelProperty(value = "业务类型 ORDER/EVALUATION 等")
    private String bizType;
    @NotNull
    @ApiModelProperty(value = "已读 0=未读 1=已读")
    private Integer isRead;
@@ -75,26 +68,21 @@
    private String extra;
    // 新增字段
    @NotNull
    @ApiModelProperty(value = "订单ID")
    private Long orderId;
    @NotBlank
    @ApiModelProperty(value = "买家用户ID")
    private String buyerId;
    @NotBlank
    @ApiModelProperty(value = "买家用户名字")
    private String buyerName;
    @NotBlank
    @ApiModelProperty(value = "订单编号 冗余字段")
    private String orderNo;
    @NotNull
    @ApiModelProperty(value = "店铺ID 冗余字段")
    private Long shopId;
    @NotBlank
    @ApiModelProperty(value = "店铺名称 冗余字段")
    private String shopName;