This commit is contained in:
Lemon
2024-01-14 16:36:37 +08:00
11 changed files with 263 additions and 302 deletions

View File

@@ -83,4 +83,7 @@ public class QueryOrderDTO extends BaseEntity {
* 结算结束时间
*/
private String endSettleTime;
// 会员组编号
private String groupCode;
}