解决项目启动时所有警告
This commit is contained in:
parent
5aa2a5e08e
commit
16424701b9
|
|
@ -23,11 +23,9 @@ import java.util.List;
|
||||||
@ApiModel(description = "物料类型表对象")
|
@ApiModel(description = "物料类型表对象")
|
||||||
@TableName("wms_item_type")
|
@TableName("wms_item_type")
|
||||||
public class ItemType extends BaseAudit {
|
public class ItemType extends BaseAudit {
|
||||||
private static final long serialVersionUID = 1L;
|
|
||||||
|
|
||||||
@ApiModelProperty("物料类型id")
|
@ApiModelProperty("物料类型id")
|
||||||
@TableField(value = "item_type_id")
|
@TableId(value = "item_type_id", type = IdType.AUTO)
|
||||||
@TableId(type = IdType.AUTO)
|
|
||||||
private Long itemTypeId;
|
private Long itemTypeId;
|
||||||
|
|
||||||
public Long getItemTypeId() {
|
public Long getItemTypeId() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue