Commit af336c51 authored by 赵啸非's avatar 赵啸非

添加服务检测拉起脚本

parent 9d8facf8
......@@ -46,11 +46,16 @@
label: "平台标识"
},
{
name: "logDate",
name: "createTimeStart",
type: "date",
label: "操作时间",
fuzzy: true
label: "开始时间"
},
{
name: "createTimeStart",
type: "date",
label: "结束时间"
},
],
columns: [
......
......@@ -20,4 +20,10 @@ public class OperateLogVo extends BaseEntityLong {
/** 结束 创建时间 */
private String createTimeEnd;
/** 开始 操作时间 */
private String logDateStart;
/** 结束 操作时间 */
private String logDateEnd;
}
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment