文件名从 Source/plt-web/plt-web-parent/plt-web/src/main/java/com/vci/frameworkcore/controller/OrgDutyQueryController.java 修改 |
| | |
| | | package com.vci.frameworkcore.controller; |
| | | package com.vci.web.controller; |
| | | |
| | | import com.vci.frameworkcore.compatibility.OrgDutyQueryServiceI; |
| | | import com.vci.pagemodel.OrgDutyVO; |
| | | import com.vci.starter.web.exception.VciBaseException; |
| | | import com.vci.starter.web.pagemodel.*; |
| | | import com.vci.web.service.OrgDutyQueryServiceI; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.stereotype.Controller; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |