rain
2024-03-27 940e31dbe2d07c6dedf61ab655731f0a41358cbd
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)