maven
2025-11-07 c3beea50a3d5f4d6f2ce3a3b7b35d67d53791c6b
src/main/java/com/ruoyi/sales/pojo/ReceiptPayment.java
@@ -41,6 +41,7 @@
    @ApiModelProperty(value = "创建时间")
    @TableField(fill = FieldFill.INSERT)
    @JsonFormat(pattern = "yyyy-MM-dd")
    private LocalDateTime createTime;
    @ApiModelProperty(value = "创建用户")
@@ -57,6 +58,6 @@
    @ApiModelProperty(value = "租户ID")
    @TableField(fill = FieldFill.INSERT)
    private Integer tenantId;
    private Long tenantId;
}