解决项目启动时所有警告

This commit is contained in:
chenchanglin 2023-05-06 11:51:27 +08:00
parent 5aa2a5e08e
commit 16424701b9

View file

@ -23,11 +23,9 @@ import java.util.List;
@ApiModel(description = "物料类型表对象")
@TableName("wms_item_type")
public class ItemType extends BaseAudit {
private static final long serialVersionUID = 1L;
@ApiModelProperty("物料类型id")
@TableField(value = "item_type_id")
@TableId(type = IdType.AUTO)
@TableId(value = "item_type_id", type = IdType.AUTO)
private Long itemTypeId;
public Long getItemTypeId() {