Commit 62fed874 by 赵剑炜

修正

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