专案模板对象

描述专案模板信息的对象

对象元素

  • id:专案模板 ID
  • title:专案模板标题
  • description:模板描述
  • sheets:一组以 表单字段对象 组成的数组,按顺序描述了模板中每一个字段的信息
  • status:模板状态标记符
    • 0 为草稿
    • 1 为已发布
    • -1 为已归档(无法继续使用)
  • creator:模板创建者的 UID
  • creatate:以毫秒计时的创建时间戳

附注

  • 对象中的元素可能会根据不同的实际情况而有所出入

对象示例

{
    "id": 1,
    "title": "请假条",
    "description": "用于请假流程。",
    "sheets": [
      {
        "title": "请假时间",
        "description": "以天计算的请假时间",
        "type": "number"
      },
      {
        "title": "请假事由",
        "description": "填写请假事由",
        "type": "text"
      }
    ],
    "status": 0,
    "creator": 1,
    "createat": 1495276247096
}

更新历史

  • V1.1:元素命名从中文更换为英文

results matching ""

    No results matching ""