
9 changed files with 223 additions and 168 deletions
@ -1,143 +0,0 @@ |
|||
/********************************************************* |
|||
********************************************************* |
|||
******************** ******************* |
|||
************* ************ |
|||
******* _oo0oo_ ******* |
|||
*** o8888888o *** |
|||
* 88" . "88 * |
|||
* (| -_- |) * |
|||
* 0\ = /0 * |
|||
* ___/`---'\___ * |
|||
* .' \\| |// '. *
|
|||
* / \\||| : |||// \ *
|
|||
* / _||||| -:- |||||- \ * |
|||
* | | \\\ - /// | | *
|
|||
* | \_| ''\---/'' |_/ | * |
|||
* \ .-\__ '-' ___/-. / * |
|||
* ___'. .' /--.--\ `. .'___ * |
|||
* ."" '< `.___\_<|>_/___.' >' "". * |
|||
* | | : `- \`.;`\ _ /`;.`/ - ` : | | * |
|||
* \ \ `_. \_ __\ /__ _/ .-` / / * |
|||
* =====`-.____`.___ \_____/___.-`___.-'===== * |
|||
* `=---=' * |
|||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * |
|||
*********__佛祖保佑__永无BUG__验收通过__钞票多多__********* |
|||
*********************************************************/ |
|||
package com.yxt.anrui.scm.api.scmvehrebate; |
|||
|
|||
import com.yxt.common.core.query.PagerQuery; |
|||
import com.yxt.common.core.result.ResultBean; |
|||
import com.yxt.common.core.vo.PagerVo; |
|||
import org.springframework.stereotype.Component; |
|||
import org.springframework.web.multipart.MultipartFile; |
|||
|
|||
import javax.servlet.http.HttpServletRequest; |
|||
import java.io.IOException; |
|||
import java.text.ParseException; |
|||
import java.util.List; |
|||
|
|||
@Component |
|||
public class ScmVehRebateFeignFallback implements ScmVehRebateFeign { |
|||
|
|||
@Override |
|||
public ResultBean<PagerVo<ScmVehRebateVo>> listPage(PagerQuery<ScmVehRebateQuery> pq){ |
|||
ResultBean rb = ResultBean.fireFail(); |
|||
return rb.setMsg("接口anrui-scm/scmvehrebate/listPage无法访问"); |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean<List<ScmVehRebateVo>> listAll(ScmVehRebateQuery query) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean<PagerVo<ScmVehRebateStatVo>> statistics(PagerQuery<ScmVehRebateStatQuery> pq) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean<PagerVo<ScmVehRebateVo>> withApplyGetVehRebate(PagerQuery<ScmVehRebateQuery> pq) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean<PagerVo<ScmVehRebateVo>> checkApplyGetVehRebate(PagerQuery<ScmVehRebateQuery> pq) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean<List<ScmVehRebateVo>> checkApplyGetVehRebateAll(ScmVehRebateQuery query) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public void excelListOne(ScmVehRebateQuery scmVehRebateQuery) { |
|||
|
|||
} |
|||
|
|||
@Override |
|||
public ResultBean getExcelOneInfo(MultipartFile file, HttpServletRequest request, String userSid, String orgPath) throws IOException, ParseException { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public void excelListTwo(ScmVehRebateQuery scmVehRebateQuery) { |
|||
|
|||
} |
|||
|
|||
@Override |
|||
public ResultBean getExcelTwoInfo(MultipartFile file, HttpServletRequest request, String userSid, String orgPath) throws IOException, ParseException { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean<PagerVo<ScmVehRebateVo>> checkApplyGetAlreadyUploadVehRebate(PagerQuery<ScmVehRebateQuery> pq) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean save(ScmVehRebateDto dto){ |
|||
return ResultBean.fireFail().setMsg("接口anrui-scm/scmvehrebate/save无法访问"); |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean update(ScmVehRebateVehDto dto) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean adjustment(ScmVehRebateVehAdjDto dto) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean delBySids( String[] sids){ |
|||
return ResultBean.fireFail().setMsg("接口anrui-scm/scmvehrebate/delBySids无法访问"); |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean<ScmVehRebateDetailsVo> fetchDetailsBySid(String sid){ |
|||
ResultBean rb = ResultBean.fireFail(); |
|||
return rb.setMsg("接口anrui-scm/scmvehrebate/fetchDetailsBySid无法访问"); |
|||
} |
|||
|
|||
@Override |
|||
public void downloadExcel() { |
|||
|
|||
} |
|||
|
|||
@Override |
|||
public ResultBean getExcelInfo(MultipartFile file, HttpServletRequest request, String userSid, String orgPath) throws IOException, ParseException { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean delByVehSid(String vehSid) { |
|||
return null; |
|||
} |
|||
|
|||
@Override |
|||
public ResultBean delByVehSid2(String vehSid, String useOrgSid, String key) { |
|||
return null; |
|||
} |
|||
} |
@ -0,0 +1,110 @@ |
|||
/********************************************************* |
|||
********************************************************* |
|||
******************** ******************* |
|||
************* ************ |
|||
******* _oo0oo_ ******* |
|||
*** o8888888o *** |
|||
* 88" . "88 * |
|||
* (| -_- |) * |
|||
* 0\ = /0 * |
|||
* ___/`---'\___ * |
|||
* .' \\| |// '. *
|
|||
* / \\||| : |||// \ *
|
|||
* / _||||| -:- |||||- \ * |
|||
* | | \\\ - /// | | *
|
|||
* | \_| ''\---/'' |_/ | * |
|||
* \ .-\__ '-' ___/-. / * |
|||
* ___'. .' /--.--\ `. .'___ * |
|||
* ."" '< `.___\_<|>_/___.' >' "". * |
|||
* | | : `- \`.;`\ _ /`;.`/ - ` : | | * |
|||
* \ \ `_. \_ __\ /__ _/ .-` / / * |
|||
* =====`-.____`.___ \_____/___.-`___.-'===== * |
|||
* `=---=' * |
|||
* ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ * |
|||
*********__佛祖保佑__永无BUG__验收通过__钞票多多__********* |
|||
*********************************************************/ |
|||
package com.yxt.anrui.scm.api.scmvehrebate; |
|||
|
|||
import com.fasterxml.jackson.annotation.JsonFormat; |
|||
import com.yxt.common.core.vo.Vo; |
|||
import io.swagger.annotations.ApiModelProperty; |
|||
import lombok.Data; |
|||
|
|||
import java.math.BigDecimal; |
|||
import java.util.Date; |
|||
|
|||
@Data |
|||
public class ScmVehRebateStatMxVo implements Vo { |
|||
|
|||
private String sid; |
|||
|
|||
@ApiModelProperty("采购系统") |
|||
private String purchaseSystemName; |
|||
@ApiModelProperty("车型名称") |
|||
private String vehModelName; |
|||
@ApiModelProperty("车架号") |
|||
private String vinNo; |
|||
@ApiModelProperty("返利类型") |
|||
private String rebateTypeValue; |
|||
@ApiModelProperty("返利名称") |
|||
private String rebateName; |
|||
@ApiModelProperty("所属年月") |
|||
private String palceGenDate; |
|||
|
|||
@ApiModelProperty("预计返利") |
|||
private BigDecimal estimateRebate; |
|||
@ApiModelProperty("上传金额") |
|||
private BigDecimal uploadMoney; |
|||
@ApiModelProperty("二次上传金额") |
|||
private BigDecimal secondaryUploadMoney; |
|||
@ApiModelProperty("待确定金额") |
|||
private BigDecimal stayDetermineMoney; |
|||
@ApiModelProperty("调整金额") |
|||
private BigDecimal adjustmentMoney; |
|||
@ApiModelProperty("未上传金额") |
|||
private BigDecimal notUploadMoney; |
|||
|
|||
@ApiModelProperty("其中预计费用") |
|||
private BigDecimal expectCost; |
|||
@ApiModelProperty("其中上传费用") |
|||
private BigDecimal money; |
|||
|
|||
@ApiModelProperty("创建日期") |
|||
@JsonFormat(pattern = "yyyy-MM-dd", timezone = "GMT+8") |
|||
private Date createTime; |
|||
@ApiModelProperty("预提日期") |
|||
private String withholdingDate; |
|||
@ApiModelProperty("上传日期") |
|||
private String uploadDate; |
|||
@ApiModelProperty("二次上传日期") |
|||
private String secondaryUploadDate; |
|||
|
|||
@ApiModelProperty("状态") |
|||
private String state; |
|||
@ApiModelProperty("一次核对状态") |
|||
private String onceCheckState; |
|||
@ApiModelProperty("二次核对状态") |
|||
private String secondCheckState; |
|||
|
|||
@ApiModelProperty("品牌名称") |
|||
private String brandName; |
|||
@ApiModelProperty("分公司") |
|||
private String useOrgName; |
|||
@ApiModelProperty("事业部") |
|||
private String division; |
|||
@ApiModelProperty("厂家入库价") |
|||
private BigDecimal manufactorSettlementPrice; |
|||
|
|||
@ApiModelProperty("运费") |
|||
private BigDecimal freight; |
|||
@ApiModelProperty("上装金额") |
|||
private BigDecimal topAmount; |
|||
|
|||
@ApiModelProperty("计算方式") |
|||
private String calculationModeValue; |
|||
@ApiModelProperty("计算标准") |
|||
private String calculationStandard; |
|||
|
|||
@ApiModelProperty("备注") |
|||
private String remarks; |
|||
} |
Loading…
Reference in new issue