sys-log-op.ts 4.5 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232
  1. /* tslint:disable */
  2. /* eslint-disable */
  3. /**
  4. * Admin.NET
  5. * 让 .NET 开发更简单、更通用、更流行。前后端分离架构(.NET6/Vue3),开箱即用紧随前沿技术。<br/><a href='https://gitee.com/zuohuaijun/Admin.NET/'>https://gitee.com/zuohuaijun/Admin.NET</a>
  6. *
  7. * OpenAPI spec version: 1.0.0
  8. * Contact: 515096995@qq.com
  9. *
  10. * NOTE: This class is auto generated by the swagger code generator program.
  11. * https://github.com/swagger-api/swagger-codegen.git
  12. * Do not edit the class manually.
  13. */
  14. import { LogLevel } from './log-level';
  15. import { SysUser } from './sys-user';
  16. /**
  17. * 系统操作日志表
  18. * @export
  19. * @interface SysLogOp
  20. */
  21. export interface SysLogOp {
  22. /**
  23. * 雪花Id
  24. * @type {number}
  25. * @memberof SysLogOp
  26. */
  27. id?: number;
  28. /**
  29. * 创建时间
  30. * @type {Date}
  31. * @memberof SysLogOp
  32. */
  33. createTime?: Date | null;
  34. /**
  35. * 更新时间
  36. * @type {Date}
  37. * @memberof SysLogOp
  38. */
  39. updateTime?: Date | null;
  40. /**
  41. * 创建者Id
  42. * @type {number}
  43. * @memberof SysLogOp
  44. */
  45. createUserId?: number | null;
  46. /**
  47. *
  48. * @type {SysUser}
  49. * @memberof SysLogOp
  50. */
  51. createUser?: SysUser;
  52. /**
  53. * 创建者姓名
  54. * @type {string}
  55. * @memberof SysLogOp
  56. */
  57. createUserName?: string | null;
  58. /**
  59. * 修改者Id
  60. * @type {number}
  61. * @memberof SysLogOp
  62. */
  63. updateUserId?: number | null;
  64. /**
  65. *
  66. * @type {SysUser}
  67. * @memberof SysLogOp
  68. */
  69. updateUser?: SysUser;
  70. /**
  71. * 修改者姓名
  72. * @type {string}
  73. * @memberof SysLogOp
  74. */
  75. updateUserName?: string | null;
  76. /**
  77. * 软删除
  78. * @type {boolean}
  79. * @memberof SysLogOp
  80. */
  81. isDelete?: boolean;
  82. /**
  83. * 租户Id
  84. * @type {number}
  85. * @memberof SysLogOp
  86. */
  87. tenantId?: number | null;
  88. /**
  89. * 模块名称
  90. * @type {string}
  91. * @memberof SysLogOp
  92. */
  93. controllerName?: string | null;
  94. /**
  95. * 方法名称
  96. * @type {string}
  97. * @memberof SysLogOp
  98. */
  99. actionName?: string | null;
  100. /**
  101. * 显示名称
  102. * @type {string}
  103. * @memberof SysLogOp
  104. */
  105. displayTitle?: string | null;
  106. /**
  107. * 执行状态
  108. * @type {string}
  109. * @memberof SysLogOp
  110. */
  111. status?: string | null;
  112. /**
  113. * IP地址
  114. * @type {string}
  115. * @memberof SysLogOp
  116. */
  117. remoteIp?: string | null;
  118. /**
  119. * 登录地点
  120. * @type {string}
  121. * @memberof SysLogOp
  122. */
  123. location?: string | null;
  124. /**
  125. * 经度
  126. * @type {number}
  127. * @memberof SysLogOp
  128. */
  129. longitude?: number | null;
  130. /**
  131. * 维度
  132. * @type {number}
  133. * @memberof SysLogOp
  134. */
  135. latitude?: number | null;
  136. /**
  137. * 浏览器
  138. * @type {string}
  139. * @memberof SysLogOp
  140. */
  141. browser?: string | null;
  142. /**
  143. * 操作系统
  144. * @type {string}
  145. * @memberof SysLogOp
  146. */
  147. os?: string | null;
  148. /**
  149. * 操作用时
  150. * @type {number}
  151. * @memberof SysLogOp
  152. */
  153. elapsed?: number | null;
  154. /**
  155. * 日志时间
  156. * @type {Date}
  157. * @memberof SysLogOp
  158. */
  159. logDateTime?: Date | null;
  160. /**
  161. *
  162. * @type {LogLevel}
  163. * @memberof SysLogOp
  164. */
  165. logLevel?: LogLevel;
  166. /**
  167. * 账号
  168. * @type {string}
  169. * @memberof SysLogOp
  170. */
  171. account?: string | null;
  172. /**
  173. * 真实姓名
  174. * @type {string}
  175. * @memberof SysLogOp
  176. */
  177. realName?: string | null;
  178. /**
  179. * 请求方式
  180. * @type {string}
  181. * @memberof SysLogOp
  182. */
  183. httpMethod?: string | null;
  184. /**
  185. * 请求地址
  186. * @type {string}
  187. * @memberof SysLogOp
  188. */
  189. requestUrl?: string | null;
  190. /**
  191. * 请求参数
  192. * @type {string}
  193. * @memberof SysLogOp
  194. */
  195. requestParam?: string | null;
  196. /**
  197. * 返回结果
  198. * @type {string}
  199. * @memberof SysLogOp
  200. */
  201. returnResult?: string | null;
  202. /**
  203. * 事件Id
  204. * @type {number}
  205. * @memberof SysLogOp
  206. */
  207. eventId?: number | null;
  208. /**
  209. * 线程Id
  210. * @type {number}
  211. * @memberof SysLogOp
  212. */
  213. threadId?: number | null;
  214. /**
  215. * 请求跟踪Id
  216. * @type {string}
  217. * @memberof SysLogOp
  218. */
  219. traceId?: string | null;
  220. /**
  221. * 异常信息
  222. * @type {string}
  223. * @memberof SysLogOp
  224. */
  225. exception?: string | null;
  226. /**
  227. * 日志消息Json
  228. * @type {string}
  229. * @memberof SysLogOp
  230. */
  231. message?: string | null;
  232. }