add remark value;

This commit is contained in:
Carl 2022-02-21 11:32:30 +08:00
parent fe5eb1373b
commit f713627e5d

View File

@ -42,4 +42,6 @@ public class OrderEntity {
private String payType="1";
private String basePoint;
private String remark;
}