|
|
@@ -21,7 +21,7 @@ import io.swagger.annotations.ApiOperation;
|
|
|
*/
|
|
|
@Api(tags = "财务凭证明细API接口")
|
|
|
@RestController
|
|
|
-@RequestMapping("/voucherItem")
|
|
|
+@RequestMapping("/fnc/voucherItem")
|
|
|
public class VoucherItemController{
|
|
|
|
|
|
public BaseService<VoucherItem> getService() {
|