|
@@ -24,7 +24,7 @@ public class PayInvoiceParam extends PayBaseInfo {
|
|
|
private Integer feetype;
|
|
|
@ApiModelProperty(value = "费用类型名称")
|
|
|
private String feetypename;
|
|
|
- @ApiModelProperty(value = "零税率标识")
|
|
|
+ @ApiModelProperty(value = "零税率标识 0 非零税率 1免税 2 不征税 3普通零税率")
|
|
|
private String zerotax;
|
|
|
@ApiModelProperty(value = "税收分类编码")
|
|
|
private String goodstaxno;
|
|
@@ -32,11 +32,11 @@ public class PayInvoiceParam extends PayBaseInfo {
|
|
|
private String taxrate;
|
|
|
@ApiModelProperty(value = "增值税特殊管理")
|
|
|
private String othermanger;
|
|
|
- @ApiModelProperty(value = "单价含税标识")
|
|
|
+ @ApiModelProperty(value = "单价含税标识 0不含税 1含税")
|
|
|
private String pricetax;
|
|
|
- @ApiModelProperty(value = "发票行性质")
|
|
|
+ @ApiModelProperty(value = "发票行性质 0 正常行 1 折扣行 2 被折扣行")
|
|
|
private String nature;
|
|
|
- @ApiModelProperty(value = "优惠政策标识")
|
|
|
+ @ApiModelProperty(value = "优惠政策标识 0 不使用 1 使用")
|
|
|
private String prepolicy;
|
|
|
@ApiModelProperty(value = "规格型号")
|
|
|
private String spec;
|