opt: 注释
This commit is contained in:
@@ -31,6 +31,7 @@ import java.util.*;
|
||||
import java.util.concurrent.TimeUnit;
|
||||
|
||||
/**
|
||||
* Redis工具
|
||||
* @author /
|
||||
*/
|
||||
@Component
|
||||
|
||||
@@ -14,8 +14,8 @@ import org.springframework.stereotype.Component;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 自动呼叫空载具到称重暂存位
|
||||
* @Author: lyd
|
||||
* @Description: 自动呼叫空载具到称重暂存位
|
||||
* @see CzzcCallEmptyAGVTask
|
||||
* @Date: 2024/8/14
|
||||
*/
|
||||
|
||||
@@ -21,10 +21,10 @@ import java.util.List;
|
||||
import java.util.stream.Collectors;
|
||||
|
||||
/**
|
||||
* 自动入烘箱任务
|
||||
* @see AutoInHotTrussTask
|
||||
* @Author: lyd
|
||||
* @Date: 2024/8/23
|
||||
* @Description: 自动入烘箱任务
|
||||
* @see AutoInHotTrussTask
|
||||
*/
|
||||
@Slf4j
|
||||
@Component
|
||||
|
||||
@@ -5,7 +5,6 @@ import lombok.extern.slf4j.Slf4j;
|
||||
import org.nl.wms.pdm.ivt.hot.service.IstIvtHotpointivtService;
|
||||
import org.nl.wms.pdm.ivt.hot.service.dao.StIvtHotpointivt;
|
||||
import org.nl.wms.sch.task_manage.core.constant.GeneralDefinition;
|
||||
import org.nl.wms.sch.task_manage.tasks.hot.InHotTrussTask;
|
||||
import org.nl.wms.sch.task_manage.tasks.hot.OutHotTrussTask;
|
||||
import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Component;
|
||||
@@ -14,11 +13,11 @@ import org.springframework.transaction.annotation.Transactional;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* @Author: lyd
|
||||
* @Description: 自动创建出烘箱任务
|
||||
* 自动创建出烘箱任务
|
||||
* <p>目的是由于有些进入烘烤的母卷,出烘箱发现没有位置了,转而存放到未开启的烘箱中去暂存,此时还没有质检,
|
||||
* 因此需要再次出烘箱到达烘箱暂存位进行暂存,等待质检
|
||||
* @see org.nl.wms.sch.task_manage.tasks.hot.OutHotTrussTask
|
||||
* @Author: lyd
|
||||
* @Date: 2024/8/29
|
||||
*/
|
||||
@Slf4j
|
||||
|
||||
@@ -13,8 +13,8 @@ import org.springframework.beans.factory.annotation.Autowired;
|
||||
import org.springframework.stereotype.Component;
|
||||
|
||||
/**
|
||||
* 自动查询烘箱温度
|
||||
* @Author: lyd
|
||||
* @Description: 自动查询烘箱温度
|
||||
* @Date: 2024/8/9
|
||||
*/
|
||||
@Slf4j
|
||||
|
||||
@@ -15,8 +15,8 @@ import org.springframework.stereotype.Component;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
* 自动创建从废箔起点开始的热任务
|
||||
* @Author: lyd
|
||||
* @Description: 从废箔起点开始
|
||||
* @Date: 2024/8/27
|
||||
*/
|
||||
@Slf4j
|
||||
|
||||
@@ -16,8 +16,12 @@ import lombok.NoArgsConstructor;
|
||||
@AllArgsConstructor
|
||||
@NoArgsConstructor
|
||||
public class NeedBakingDto {
|
||||
/** 点位编码 */
|
||||
private String point_code;
|
||||
/** 生箔工单号 */
|
||||
private String workorder_id;
|
||||
/** 更新时间(用于排序) */
|
||||
private String update_time;
|
||||
/** 载具号码(用于标记收卷辊哪台生箔机) */
|
||||
private String vehicle_code;
|
||||
}
|
||||
|
||||
@@ -12,7 +12,7 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* @description 服务接口
|
||||
* 点位表服务接口
|
||||
* @author lyd
|
||||
* @date 2023-05-15
|
||||
**/
|
||||
|
||||
@@ -15,8 +15,8 @@ import java.util.Map;
|
||||
import java.util.Set;
|
||||
|
||||
/**
|
||||
* 任务接口服务
|
||||
* @author lyd
|
||||
* @description 服务接口
|
||||
* @date 2023-05-15
|
||||
**/
|
||||
public interface ISchBaseTaskService extends IService<SchBaseTask> {
|
||||
|
||||
Reference in New Issue
Block a user