rain
2024-03-27 6e72f5dbd8c85c48d6359e972e8ae41dfd6c6d93
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)