This commit is contained in:
Admin 2022-01-22 08:18:06 +00:00 committed by Gitee
parent 6dd0c8fdad
commit 8418a1489f
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F

View File

@ -9,7 +9,7 @@ import java.util.Date;
@TableName("t_good_orders") @TableName("t_good_orders")
public class OrderEntity { public class OrderEntity {
private Long id; // private Long id;
private String orderNo; private String orderNo;