This commit is contained in:
linfso 2024-09-11 07:23:40 +08:00
parent 83541fd71d
commit 62b34e3222
2 changed files with 5 additions and 2 deletions

View File

@ -83,6 +83,10 @@ public class EmisSettleInvoiceChRecord extends BaseEntity
private String salerContact;
/* 销方联系电话 */
private String salerPhone;
/* 销方复核人 */
private String salerChecker;
/* 销方收款人 */
private String salerPayee;
/* 发票号 */
private String invoiceNo;
/* pdf下载路径 */
@ -92,7 +96,7 @@ public class EmisSettleInvoiceChRecord extends BaseEntity
/* 操作人 */
private String opManCode;
/* 操作时间 */
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
@JsonFormat(pattern = "yyyy-MM-dd HH:mm:ss",timezone="GMT+8")
private Date opDate;
/* 操作站点 */
private String opSiteCode;

View File

@ -91,7 +91,6 @@ public interface EmisWaybillMapper extends BaseMapper<EmisWaybill>
public int updateEmisWaybill(EmisWaybill emisWaybill);
/**
* 删除
*