opt: 添加@see标记

This commit is contained in:
2024-09-03 09:03:06 +08:00
parent 868899e09d
commit 9ba4338839
2 changed files with 3 additions and 0 deletions

View File

@@ -16,6 +16,7 @@ import java.util.List;
/** /**
* @Author: lyd * @Author: lyd
* @Description: 自动呼叫空载具到称重暂存位 * @Description: 自动呼叫空载具到称重暂存位
* @see CzzcCallEmptyAGVTask
* @Date: 2024/8/14 * @Date: 2024/8/14
*/ */
@Slf4j @Slf4j

View File

@@ -10,6 +10,7 @@ import com.alibaba.fastjson.JSONObject;
public interface BakingOperationService { public interface BakingOperationService {
/** /**
* ACS请求出烘箱 * ACS请求出烘箱
* @see org.nl.wms.sch.task_manage.tasks.hot.OutHotTrussTask
* @param param / * @param param /
* @return / * @return /
*/ */
@@ -17,6 +18,7 @@ public interface BakingOperationService {
/** /**
* ACS请求入烘箱 * ACS请求入烘箱
* @see org.nl.wms.sch.task_manage.tasks.hot.InHotTrussTask
* @param param / * @param param /
* @return / * @return /
*/ */