隐藏Recipe保存到数据库配置项

This commit is contained in:
hanqiangqiang 2023-11-08 08:31:40 +08:00
parent 78e91dd1da
commit d77eda7214
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@
<config default="180" name="DataKeepDays" description="Data Keep Days" max="10000" min="1" paramter="" tag="" unit="" type="Integer" />
<config default="true" name="IsIgnoreSaveDB" description="IO不存储到数据库" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="true" name="RecipeCascadeLoading" visible="false" description="启用瀑布流方式加载Recipe" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="false" name="RecipeSaveToDB" description="Recipe文件保存到数据库" max="" min="" paramter="" tag="" unit="" type="Bool" />
<config default="false" name="RecipeSaveToDB" description="Recipe文件保存到数据库" max="" min="" paramter="" tag="" unit="" type="Bool" visible="false" />
<config default="true" name="IsPMHostSignalTower" description="是否使用PM PLC控制三色灯如果设定为False则使用TM PLC控制三色灯" max="" min="" paramter="" tag="" unit="" type="Bool" visible="false" />
<config default="false" name="SingleSessionLoginMode" description="是否启用单会话登录模式即同一个账户同一时间仅允许一个UI登录" max="" min="" paramter="" tag="" unit="" type="Bool" />