linwe
2024-05-29 c10d6358b9f014375a13821465bc978d0c0da22e
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;
}