添加游玩时间

This commit is contained in:
Jerry Yan 2025-03-25 10:49:42 +08:00
parent 9ec6825372
commit decfe18b9a
2 changed files with 2 additions and 0 deletions

View File

@ -46,6 +46,7 @@ public class ScenicConfigEntity {
*/ */
private Integer bookRoutine; private Integer bookRoutine;
private Integer forceFinishTime; private Integer forceFinishTime;
private Integer tourTime;
/** /**
* 样本保存时间 * 样本保存时间
*/ */

View File

@ -93,6 +93,7 @@
</if> </if>
all_free=#{allFree}, all_free=#{allFree},
book_routine=#{bookRoutine}, book_routine=#{bookRoutine},
tour_time=#{tourTime},
sample_store_day=#{sampleStoreDay}, sample_store_day=#{sampleStoreDay},
video_store_day=#{videoStoreDay}, video_store_day=#{videoStoreDay},
template_new_video_type=#{templateNewVideoType}, template_new_video_type=#{templateNewVideoType},