order字段

parent f7145795
......@@ -12,7 +12,7 @@ import java.util.List;
@Data
public class Order {
private int id;
private String OrderId;
private String orderId;
private String orderCode;
private int productId;
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