linwe
2024-05-17 dde162ffb34f2cc0ece4ca9cfcd09e2cb42ace6d
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;
}