增值税
This commit is contained in:
@@ -96,5 +96,9 @@
|
||||
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.11" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.8" level="project" />
|
||||
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.baidu.aip:java-sdk:4.12.0" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.json:json:20160810" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.slf4j:slf4j-simple:1.7.26" level="project" />
|
||||
<orderEntry type="library" name="Maven: net.coobird:thumbnailator:0.4.8" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
@@ -31,8 +31,6 @@ public class BssGoods implements Serializable {
|
||||
@GeneratedValue(strategy=GenerationType.IDENTITY)
|
||||
private Long id;
|
||||
private String name;
|
||||
// 货物代码
|
||||
private String code;
|
||||
// 数量
|
||||
private Integer num;
|
||||
// 细节金额
|
||||
|
||||
@@ -43,9 +43,6 @@ public class BssVatInvoice implements Serializable {
|
||||
// 校验码
|
||||
@Column(name = "check_code")
|
||||
private String checkCode;
|
||||
// 机器编码
|
||||
@Column(name = "machine_no")
|
||||
private String machineNo;
|
||||
// 发票金额
|
||||
@Column(name = "invoice_money")
|
||||
private BigDecimal invoiceMoney;
|
||||
@@ -58,11 +55,16 @@ public class BssVatInvoice implements Serializable {
|
||||
// 总金额(大写)
|
||||
@Column(name = "total_amount_cn")
|
||||
private String totalAmountCn;
|
||||
|
||||
//发票类型
|
||||
@Column(name = "invoice_type")
|
||||
private Integer invoiceType;
|
||||
|
||||
// 备注
|
||||
private String remark;
|
||||
|
||||
@Column(name = "invoice_img")
|
||||
private String invoiceImg;
|
||||
// 购买方纳税人信息
|
||||
@OneToOne(fetch=FetchType.LAZY)
|
||||
@NotFound(action= NotFoundAction.IGNORE)
|
||||
|
||||
@@ -116,5 +116,9 @@
|
||||
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpcore:4.4.11" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.apache.httpcomponents:httpclient:4.5.8" level="project" />
|
||||
<orderEntry type="library" name="Maven: commons-codec:commons-codec:1.11" level="project" />
|
||||
<orderEntry type="library" name="Maven: com.baidu.aip:java-sdk:4.12.0" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.json:json:20160810" level="project" />
|
||||
<orderEntry type="library" name="Maven: org.slf4j:slf4j-simple:1.7.26" level="project" />
|
||||
<orderEntry type="library" name="Maven: net.coobird:thumbnailator:0.4.8" level="project" />
|
||||
</component>
|
||||
</module>
|
||||
Reference in New Issue
Block a user