|
|
|
@ -1,12 +1,10 @@
|
|
|
|
package org.dromara.wms.domain.vo;
|
|
|
|
package org.dromara.wms.domain.vo;
|
|
|
|
|
|
|
|
|
|
|
|
import org.dromara.wms.domain.WmsInventoryDetails;
|
|
|
|
|
|
|
|
import cn.idev.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
|
import cn.idev.excel.annotation.ExcelIgnoreUnannotated;
|
|
|
|
import cn.idev.excel.annotation.ExcelProperty;
|
|
|
|
import cn.idev.excel.annotation.ExcelProperty;
|
|
|
|
import org.dromara.common.excel.annotation.ExcelDictFormat;
|
|
|
|
|
|
|
|
import org.dromara.common.excel.convert.ExcelDictConvert;
|
|
|
|
|
|
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
|
|
import lombok.Data;
|
|
|
|
import lombok.Data;
|
|
|
|
|
|
|
|
import org.dromara.wms.domain.WmsInventoryDetails;
|
|
|
|
|
|
|
|
|
|
|
|
import java.io.Serial;
|
|
|
|
import java.io.Serial;
|
|
|
|
import java.io.Serializable;
|
|
|
|
import java.io.Serializable;
|
|
|
|
@ -138,6 +136,12 @@ public class WmsInventoryDetailsVo implements Serializable {
|
|
|
|
* 成品描述
|
|
|
|
* 成品描述
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
private String productSpe;
|
|
|
|
private String productSpe;
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
|
|
|
* 单位ID(联查成品表获取)
|
|
|
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
private Long unitId;
|
|
|
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
/**
|
|
|
|
* 物料单位
|
|
|
|
* 物料单位
|
|
|
|
*/
|
|
|
|
*/
|
|
|
|
|