| | |
| | | return wcsDataFacade.getSystemConfig(json()); |
| | | } |
| | | |
| | | @Tool(name = "system_get_main_process_pseudocode", description = "查询当前WCS系统主流程伪代码") |
| | | public Object getSystemPseudocode( |
| | | @ToolParam(description = "是否强制重新生成伪代码,默认 false", required = false) Boolean refresh) { |
| | | return wcsDataFacade.getSystemPseudocode(json().fluentPut("refresh", refresh)); |
| | | } |
| | | // @Tool(name = "system_get_main_process_pseudocode", description = "查询当前WCS系统主流程伪代码") |
| | | // public Object getSystemPseudocode( |
| | | // @ToolParam(description = "是否强制重新生成伪代码,默认 false", required = false) Boolean refresh) { |
| | | // return wcsDataFacade.getSystemPseudocode(json().fluentPut("refresh", refresh)); |
| | | // } |
| | | |
| | | private JSONObject json() { |
| | | return new JSONObject(); |