linwe
2024-06-04 24d9950ec97fdc3ac2d835a99d46d6fbda30bf00
src/main/java/org/springblade/modules/pay/entity/OrderInfoEntity.java
@@ -95,6 +95,6 @@
   /** 物业id */
   @ApiModelProperty(value = "物业id", example = "")
   @TableId("proper_id")
   @TableField("proper_id")
   private Long properId;
}