| 12345678910111213141516171819 |
- package com.java110.oa.api;
- import com.java110.po.oaWorkflowXml.OaWorkflowXmlPo;
- import com.java110.utils.util.Assert;
- import com.java110.utils.util.BeanConvertUtil;
- import org.springframework.beans.factory.annotation.Autowired;
- import org.springframework.http.ResponseEntity;
- import org.springframework.web.bind.annotation.RequestBody;
- import org.springframework.web.bind.annotation.RequestMapping;
- import org.springframework.web.bind.annotation.RequestMethod;
- import org.springframework.web.bind.annotation.RequestParam;
- import org.springframework.web.bind.annotation.RestController;
- @RestController
- @RequestMapping(value = "/oaWorkflowXml")
- public class OaWorkflowXmlApi {
- }
|