平安校园
25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

13 satır
458 B

  1. {
  2. "$schema": "https://gitee.com/dotnetchina/Furion/raw/v4/schemas/v4/furion-schema.json",
  3. //swagger分组设置
  4. "[openapi:Application]": {
  5. "Order": 90, //分组排序,int 类型,数字越大排前面,默认 0
  6. "Title": "业务模块" //配置分组标题,string 类型
  7. },
  8. //系统层设置
  9. "ApplicationSettings": {
  10. "InitTable": false, //是否初始化表结构
  11. "InitSeedData": false, //是否初始化种子数据
  12. }
  13. }