You've already forked FrameTour-BE
feat(scenic): 添加打印功能开关配置
- 在AppScenicController中新增printEnable字段返回 - 在ScenicConfigResp中添加printEnable属性 - 默认关闭打印功能,可通过配置开启
This commit is contained in:
@@ -44,6 +44,7 @@ public class ScenicConfigResp {
|
||||
*/
|
||||
private Boolean showPhotoWhenWaiting;
|
||||
|
||||
private Boolean printEnable;
|
||||
/**
|
||||
* 智能抓拍打印开关
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user