|
|
@@ -92,6 +92,7 @@ private static final long serialVersionUID=1L;
|
|
|
/** 发票类型:0,C端个人发票 1,C端企业发票 */
|
|
|
private Integer invoiceType;
|
|
|
/** 发票备注 */
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String invoiceRemark;
|
|
|
/** 收票姓名 */
|
|
|
private String consignee;
|
|
|
@@ -104,7 +105,9 @@ private static final long serialVersionUID=1L;
|
|
|
/** 冲红状态:1待冲红 2已冲红 */
|
|
|
private Integer washStatus;
|
|
|
/** 开票备注 */
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String openRemark;
|
|
|
/** 处理备注 */
|
|
|
+ @TableField(updateStrategy = FieldStrategy.IGNORED)
|
|
|
private String handleRemark;
|
|
|
}
|