package com.ssx.controller;
import java.util.List;
import javax.annotation.Resource;
import org.springframework.web.bind.annotation.RequestMapping;
import org.springframework.web.bind.annotation.RestController;
import com.ssx.entity.BillType;
import com.ssx.service.BillTypeService;
/**
* @author WANG
*
*/
@RestController
@RequestMapping("/billType")
public class BillTypeController {
@Resource
private BillTypeService billTypeService;
/**
* 查询账单类型
* @return
*/
@RequestMapping("/list")
public List<BillType> list(){
return billTypeService.findBillTypeList();
}
}
最近下载更多
最近浏览更多
奋斗的小蚂蚁 LV16
9月22日
hsghsg123465
6月20日
暂无贡献等级
user100
6月10日
暂无贡献等级
13188866605 LV12
4月18日
可是不知道么 LV23
3月29日
天空java LV8
3月23日
哪里的完整版 LV8
3月1日
wlax99 LV12
2月17日
talete LV3
2024年9月29日
微信网友_7151914139078656 LV2
2024年9月4日

