From c3670d7cbe6c70fe363d6b985a2be1705519a5ea Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@163.com> Date: 星期三, 31 一月 2024 08:35:08 +0800 Subject: [PATCH] # --- zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/OperationRecord.java | 9 ++++++++- 1 files changed, 8 insertions(+), 1 deletions(-) diff --git a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/OperationRecord.java b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/OperationRecord.java index 5fc8064..6edc8ce 100644 --- a/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/OperationRecord.java +++ b/zy-asrs-wcs/src/main/java/com/zy/asrs/wcs/sys/entity/OperationRecord.java @@ -71,6 +71,12 @@ private String response; /** + * 娑堣�楁椂闂� + */ + @ApiModelProperty(value= "娑堣�楁椂闂�") + private Integer spendTime; + + /** * 寮傚父鍐呭 */ @ApiModelProperty(value= "寮傚父鍐呭") @@ -109,7 +115,7 @@ public OperationRecord() {} - public OperationRecord(String namespace,String url,String appkey,String timestamp,String clientIp,String request,String response,String err,Integer result,Long userId,Long hostId,Date createTime,String memo) { + public OperationRecord(String namespace, String url, String appkey, String timestamp, String clientIp, String request, String response, Integer spendTime, String err, Integer result, Long userId, Long hostId, Date createTime, String memo) { this.namespace = namespace; this.url = url; this.appkey = appkey; @@ -117,6 +123,7 @@ this.clientIp = clientIp; this.request = request; this.response = response; + this.spendTime = spendTime; this.err = err; this.result = result; this.userId = userId; -- Gitblit v1.9.1