cooperationUser.yaml 818 字节
version: v1
kind: Schema
metadata:
  name: cooperationUser
  description: web页面上共创用户数据展示
  attributes:
    - name: usersId
      description: 用户的id
      type:
        primitive: int64
    - name: usersCode
      description: 用户编号
      type:
        primitive: string
    - name: usersName
      description: 用户名称
      type:
        primitive: string
    - name: cooperationCompany
      description: 共创公司
      type:
        primitive: string
    - name: cooperationDeadline
      description: 共创到期时间 (yyyy-MM-dd)
      type:
        primitive: datetime
    - name: enableStatus
      description: 启用状态(启用:1 禁用:2)
      type:
        primitive: int
    - name: email
      description: 邮箱
      type:
        primitive: string