dfsfs 312f6c7360 prod配置文件 | há 1 ano atrás | |
---|---|---|
base_sql | há 1 ano atrás | |
bin | há 1 ano atrás | |
doc | há 1 ano atrás | |
ruoyi-admin | há 1 ano atrás | |
ruoyi-common | há 1 ano atrás | |
ruoyi-framework | há 1 ano atrás | |
ruoyi-generator | há 1 ano atrás | |
ruoyi-quartz | há 1 ano atrás | |
ruoyi-system | há 1 ano atrás | |
ruoyi-ui | há 1 ano atrás | |
warewms-ams | há 1 ano atrás | |
warewms-base | há 1 ano atrás | |
warewms-hard | há 1 ano atrás | |
.gitignore | há 1 ano atrás | |
LICENSE | há 1 ano atrás | |
README.md | há 1 ano atrás | |
package.xml | há 1 ano atrás | |
pom.xml | há 1 ano atrás | |
ry.bat | há 1 ano atrás | |
ry.sh | há 1 ano atrás |
金川选矿
WCS->接口
/**
* WCS调WMS接口
*
* @author jwk
* @date 2023/04/03
*/
@RestController
@RequestMapping("/edi/wcs")
public class WcsToWmsApiController {
}
/**
* @author HuKang
* @version 1.0
* @date 2023/3/30 15:42
*/
@Slf4j
@Service
public class WmsToWcsApiService {
}
/**
* 组盘上报
*
* @param stackingCompletion
* @return
*/
public AjaxResult stackingCompletion(StackingCompletionForm stackingCompletion) {
return AjaxResult.success();
}