workshopWorkTimeRecord.yaml 642 字节
version: v1
kind: Schema
metadata:
  name: workshopWorkTimeRecord
  description: 车间工时记录
  attributes:
  - name: workshopWorkTimeRecordId
    description: 车间工时记录ID
    type: 
      primitive: string
  - ref: workStation
    required: true
  - ref: createdAt
    required: true
  - ref: companyId
    required: true
  - ref: orgId
    required: true
  - name: workshopWorkTimeRecordInfo
    description: 记录信息
    type: 
      primitive: string
  - name: ext
    description: 扩展数据
    type: 
      primitive: string
  - name: recordDate
    description: 记录日期
    type: 
      primitive: string