public interface BdcXtFphRestService
| 限定符和类型 | 方法和说明 |
|---|---|
Boolean |
checkYyFph(String fph) |
void |
deleteBdcFph(BdcFphSymxDO bdcFphSymxDO) |
int |
deleteBdcFph(List<BdcFphDO> bdcFphDOList) |
int |
generateBdcFph(BdcFphQO bdcFphQO) |
Map<String,String> |
getAllFphLqfs() |
List<BdcSlSfxxDO> |
getBdcFph(List<BdcSlSfxxDO> bdcSlSfxxDOList,
String slbh) |
String |
getFphLqfs(String qxdm) |
Integer |
getSyqk(String fph) |
org.springframework.data.domain.Page<BdcFphVO> |
listBdcFph(org.springframework.data.domain.Pageable pageable,
String fphParamJson) |
int |
saveBdcFph(BdcFphDO bdcFphDO) |
Boolean |
saveSfxxFph(BdcSlSfxxDO bdcSlSfxxDO,
String slbh,
String fph) |
Integer |
syqkEdit(List<BdcFphDO> bdcFphDOList) |
@GetMapping(value="/realestate-config/rest/v1.0/fph") org.springframework.data.domain.Page<BdcFphVO> listBdcFph(@RequestBody org.springframework.data.domain.Pageable pageable, @RequestParam(name="fphParamJson",required=false) String fphParamJson)
pageable - 分页对象fphParamJson - 查询条件@PostMapping(value="/realestate-config/rest/v1.0/fph")
int generateBdcFph(@RequestBody
BdcFphQO bdcFphQO)
bdcFphQO - 发票号模板@PutMapping(value="/realestate-config/rest/v1.0/fph")
int saveBdcFph(@RequestBody
BdcFphDO bdcFphDO)
bdcFphDO - 发票号配置实体@DeleteMapping(value="/realestate-config/rest/v1.0/fph")
int deleteBdcFph(@RequestBody
List<BdcFphDO> bdcFphDOList)
bdcFphDOList - 发票号配置集合@DeleteMapping(value="/realestate-config/rest/v1.0/fph/zf")
void deleteBdcFph(@RequestBody
BdcFphSymxDO bdcFphSymxDO)
bdcFphSymxDO - 发票号使用明细@GetMapping(value="/realestate-config/rest/v1.0/fph/{qxdm}/lqfs")
String getFphLqfs(@PathVariable(value="qxdm")
String qxdm)
qxdm - 区县代码@GetMapping(value="/realestate-config/rest/v1.0/fph/lqfs") Map<String,String> getAllFphLqfs()
@PostMapping(value="/realestate-config/rest/v1.0/fph/lqfs") List<BdcSlSfxxDO> getBdcFph(@RequestBody List<BdcSlSfxxDO> bdcSlSfxxDOList, @RequestParam(name="slbh") String slbh)
bdcSlSfxxDOList - slbh@GetMapping(value="/realestate-config/rest/v1.0/fph/syqk") Integer getSyqk(@RequestParam(name="fph") String fph)
fph - 发票号@PostMapping(value="/realestate-config/rest/v1.0/fph/syqk") Integer syqkEdit(@RequestBody List<BdcFphDO> bdcFphDOList)
bdcFphDOList - 发票号信息@GetMapping(value="/realestate-config/rest/v1.0/fph/yy/check") Boolean checkYyFph(@RequestParam(name="fph") String fph)
fph - 发票号@PostMapping(value="/realestate-config/rest/v1.0/fph/save") Boolean saveSfxxFph(@RequestBody BdcSlSfxxDO bdcSlSfxxDO, @RequestParam(name="slbh") String slbh, @RequestParam(name="fph") String fph)
bdcSlSfxxDO - 收费信息fph - 发票号Copyright © 2020 GTMAP. All rights reserved.