md
This commit is contained in:
parent
83541fd71d
commit
62b34e3222
@ -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;
|
||||
|
||||
@ -91,7 +91,6 @@ public interface EmisWaybillMapper extends BaseMapper<EmisWaybill>
|
||||
public int updateEmisWaybill(EmisWaybill emisWaybill);
|
||||
|
||||
|
||||
|
||||
/**
|
||||
* 删除
|
||||
*
|
||||
|
||||
Loading…
Reference in New Issue
Block a user