YlxxbController.java
365 Bytes
package com.bsth.controller.oil;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.bsth.controller.BaseController;
import com.bsth.entity.oil.Ylxxb;
@RestController
@RequestMapping("ylxxb")
public class YlxxbController extends BaseController<Ylxxb, Integer>{
}