luodangjia
2024-12-19 bf2a3c2e40859b16a58d34d52c09a4ade96777af
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopPoint.java
@@ -53,6 +53,7 @@
    @ApiModelProperty(value = "变动时间")
    @TableField("create_time")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    private LocalDateTime createTime;
    @ApiModelProperty(value = "变动用户id")
@@ -63,6 +64,10 @@
    @TableField("object_id")
    private Long objectId;
    @ApiModelProperty(value = "订单号")
    @TableField("order_num")
    private String orderNum;
    @ApiModelProperty(value = "门店名称")
    @TableField(exist = false)
    private String shopName;