Houjie
2025-05-26 1ae9b57657199f46affc9083c39681f1ec934e3f
lxzn-module-tms/src/main/java/org/jeecg/modules/tms/entity/InStoreDetail.java
@@ -44,9 +44,10 @@
   @Excel(name = "工具编号", width = 15)
    @ApiModelProperty(value = "工具编号")
    private String toolId;
   /**工具入库方式*/
   @Excel(name = "工具入库方式", width = 15)
    @ApiModelProperty(value = "工具入库方式")
   /**工具入库类型*/
   @Excel(name = "工具入库类型", width = 15)
    @ApiModelProperty(value = "工具入库类型")
    @Dict(dicCode = "in_storehouse_type")
    private String inStorehouseType;
   /**库位号*/
   @Excel(name = "库位号", width = 15)
@@ -64,6 +65,7 @@
2.手工操作*/
   @Excel(name = "入库操作方式;1.按申请单 2.手工操作", width = 15)
    @ApiModelProperty(value = "入库操作方式;1.按申请单 2.手工操作")
    @Dict(dicCode = "inbound_operate_type")
    private java.lang.String operateType;
   /**入库时间*/
   @Excel(name = "入库时间", width = 15, format = "yyyy-MM-dd")