@@ -207,7 +207,7 @@ public class Order extends Document implements Serializable {
/**
* 发票类型
*/
- @Column(name = "or_invoicetype", columnDefinition = "TINYINT(1)")
+ @Column(name = "or_invoicetype")
private Integer invoicetype;