|
@@ -3,7 +3,7 @@ package org.dromara.InventoryManagement.domain.bo;
|
|
|
import io.github.linpeilie.annotations.AutoMapper;
|
|
|
import lombok.Data;
|
|
|
import lombok.EqualsAndHashCode;
|
|
|
-import org.dromara.InventoryManagement.domain.PutInStorage;
|
|
|
+import org.dromara.InventoryManagement.domain.InventoryMonitoring;
|
|
|
import org.dromara.common.mybatis.core.domain.BaseEntity;
|
|
|
|
|
|
/**
|
|
@@ -11,7 +11,7 @@ import org.dromara.common.mybatis.core.domain.BaseEntity;
|
|
|
*/
|
|
|
@Data
|
|
|
@EqualsAndHashCode(callSuper = true)
|
|
|
-@AutoMapper(target = PutInStorage.class, reverseConvertGenerate = false)
|
|
|
+@AutoMapper(target = InventoryMonitoring.class, reverseConvertGenerate = false)
|
|
|
public class InventoryMonitoringBo extends BaseEntity {
|
|
|
/**
|
|
|
* 底布Id
|