log_env.go 261 B

12345678910
  1. package response
  2. type EnvLogReply struct {
  3. Id uint `json:"id"`
  4. Coding int `json:"coding"`
  5. Describe string `json:"describe"`
  6. CreateTime string `json:"create_time"` // 创建时间
  7. UpdateTime string `json:"update_time"` // 更新时间
  8. }