package com.changhong.epc.parsing.controller; import com.changhong.epc.constter.parsing.auto.AutoSubmitFormUrl; import org.springframework.web.bind.annotation.RestController; /** * 自动审单 * @author wangZX * */ @RestController public class AutoSubmitController implements AutoSubmitFormUrl { // @Resource // private IAutoAuditBills autoAuditBills; // // @RequestMapping(value=AUTO_SUBMIT_FORM, method={RequestMethod.OPTIONS, RequestMethod.POST}) // public Object autoSubmitForm(@RequestBody BillInfo billInfo){ // Object autoSubmit = autoAuditBills.autoSubmit(billInfo,null); // return autoSubmit; // } }