rain
2024-03-27 9927e5269bf1bf6d4674f8792ff29fb1f6598673
src/main/java/com/dji/sample/patches/model/entity/PatchesEntity.java
@@ -13,7 +13,7 @@
@Builder
@NoArgsConstructor
@AllArgsConstructor
@TableName(value = "tb_lot_info_copy")
@TableName(value = "tb_lot_info")
public class PatchesEntity implements Serializable {
    @TableId(type = IdType.AUTO)