order字段

parent f7145795
...@@ -12,7 +12,7 @@ import java.util.List; ...@@ -12,7 +12,7 @@ import java.util.List;
@Data @Data
public class Order { public class Order {
private int id; private int id;
private String OrderId; private String orderId;
private String orderCode; private String orderCode;
private int productId; private int productId;
private String materialId; private String materialId;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment