自动化立体仓库 - WMS系统
zhang
2025-11-04 ac87446aba4bcc6b45d0fc9d81ca9ea504ee4b27
src/main/java/com/zy/asrs/entity/result/LocDetlAll.java
@@ -5,8 +5,8 @@
import com.core.common.SpringUtils;
import com.zy.asrs.entity.LocOwner;
import com.zy.asrs.service.LocOwnerService;
import com.zy.common.utils.Synchro;
import lombok.Data;
import org.springframework.beans.BeanUtils;
import java.util.Date;
@@ -54,6 +54,6 @@
    }
    public void sync(Object source) {
        Synchro.Copy(source, this);
        BeanUtils.copyProperties(source, this);
    }
}