Commit 62fed874 by 赵剑炜

修正

parent 94706322
...@@ -82,7 +82,7 @@ public class InventoryDto implements Serializable { ...@@ -82,7 +82,7 @@ public class InventoryDto implements Serializable {
/** /**
* 生产日期 * 生产日期
*/ */
private DateTime productionDate; private Date productionDate;
/** /**
* 质保期 * 质保期
......
...@@ -19,7 +19,7 @@ import java.util.Date; ...@@ -19,7 +19,7 @@ import java.util.Date;
@TableName("base_inventory") @TableName("base_inventory")
public class Inventory implements Serializable { public class Inventory implements Serializable {
@TableId(value = "id", type = IdType.AUTO) @TableField("id")
private String ID; private String ID;
/** /**
...@@ -34,19 +34,11 @@ public class Inventory implements Serializable { ...@@ -34,19 +34,11 @@ public class Inventory implements Serializable {
@TableField("type_id") @TableField("type_id")
private String typeId; private String typeId;
/** /**
* 装备类型名称
*/
private String typeName;
/**
* 装备类型ID * 装备类型ID
*/ */
@TableField("size_id") @TableField("size_id")
private String sizeId; private String sizeId;
/** /**
* 装备类型名称
*/
private String sizeName;
/**
* 供应商ID * 供应商ID
*/ */
@TableField("supplier_id") @TableField("supplier_id")
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论