zoukankan      html  css  js  c++  java
  • 添加注释 使扁平的代码可以折叠

      // #region 商户列表
      companySearch: (data) => common({ url: urls.light.companySearch, data, method: 'post' }),
      companyAdd: (data) => common({ url: urls.light.companyAdd, data, method: 'post' }),
      companyDelete: (data) => common({ url: urls.light.companyDelete, data, method: 'post' }),
      companyEdit: (data) => common({ url: urls.light.companyEdit, data, method: 'post' }),
      companyFastAdd: (data) => common({ url: urls.light.companyQuickAdd, data, method: 'post' }),
      companySetOperate: (data) => common({ url: urls.light.companySetOperate, data, method: 'post' }),
      relatedBrand: (data) => common({ url: urls.light.relatedBrand, data, method: 'post' }),
      companyBaiduCheck: (id) => common({ url: urls.light.companyBaiduCheck + id, data: {}, method: 'post' }),
      companyBaiduView: (id) => common({ url: urls.light.companyBaiduView + id, data: {}, method: 'post' }),
      companyBaiduResetCheck: (id) => common({ url: urls.light.companyBaiduResetCheck + id, data: {}, method: 'post' }),
      companyBaiduPhone: (id) => common({ url: urls.light.companyBaiduPhone + id, data: {}, method: 'post' }),
      // #endregion

  • 相关阅读:
    JDBC
    两道关于回溯法,分支限界法的算法题
    旅行售货员问题
    jdbc学习
    mysql简单练习
    取会邮件客户端中的密码
    触发器的使用
    事务的数据一致性测试
    读取其他软件listview控件的内容
    sqlserver2008 ,只能选C盘目录,不能选其它盘目录
  • 原文地址:https://www.cnblogs.com/xutongbao/p/15264350.html
Copyright © 2011-2022 走看看