This commit is contained in:
linfso 2024-05-21 14:59:17 +08:00
parent 7915f93228
commit 1513a87ce0

View File

@ -37,6 +37,7 @@ public class EmisWaybill extends BaseEntity
/* id */
@TableId(value = "id", type = IdType.AUTO)
private Long id;
/* 订单号 */
private String orderSn;