• This project
    • Loading...
  • Sign in

developOne / harmonyPool

Go to a project
Toggle navigation
  • Projects
  • Groups
  • Snippets
  • Help
Toggle navigation pinning
  • Project
  • Activity
  • Repository
  • Pipelines
  • Graphs
  • Issues 0
  • Merge Requests 0
  • Wiki
  • Network
  • Create a new issue
  • Builds
  • Commits
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • harmonyPool
  • ..
  • content
  • FeedBackParams.ets
  • fix(17814):功能缺陷-【uat】意见反馈-点击提交按钮没有反应 · eee04cb1
    eee04cb1 Browse Files
    张善主 authored 2024-05-23 14:29:17 +0800
FeedBackParams.ets 155 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8
export interface FeedBackParams {
  content:string
  classifyFlagIds:string
  userContact:string
  userName:string
  appVersion:string
  appDevice:string
}