This commit is contained in:
2023-08-18 09:52:21 +08:00
8 changed files with 59 additions and 3 deletions

View File

@@ -0,0 +1,7 @@
package com.jsowell.pile.dto;/**
* TODO
*
* @Date 2023/8/18 9:00
* @author Lemon
*/public class GenerateOccupyOrderDTO {
}

View File

@@ -6,6 +6,8 @@ import lombok.Builder;
import lombok.Data;
import lombok.NoArgsConstructor;
import java.util.List;
/**
* 站点管理前台参数
*
@@ -73,4 +75,9 @@ public class QueryStationDTO extends BaseEntity {
* 站点二维码前缀
*/
private String qrcodePrefix;
/**
* 运营商部门id
*/
private List<String> merchantDeptId;
}