Pu Zhibing
2024-12-25 6b8cc277862191ae5d4a7c4ba4c2998a187b03d9
ruoyi-api/ruoyi-api-other/src/main/java/com/ruoyi/other/api/domain/ShopPoint.java
@@ -56,6 +56,7 @@
    @ApiModelProperty(value = "变动时间")
    @TableField("create_time")
    @JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss")
    @Excel(name = "变动时间")
    private LocalDateTime createTime;
@@ -67,6 +68,10 @@
    @TableField("object_id")
    private Long objectId;
    @ApiModelProperty(value = "订单号")
    @TableField("order_num")
    private String orderNum;
    @ApiModelProperty(value = "门店名称")
    @TableField(exist = false)
    @Excel(name = "门店名称")