All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.mzt.logapi.beans.LogRecordOps Maven / Gradle / Ivy

There is a newer version: 3.0.6-oxadmin
Show newest version
package com.mzt.logapi.beans;

import lombok.Builder;
import lombok.Data;

/**
 * @author muzhantong
 * create on 2020/4/29 3:27 下午
 */
@Data
@Builder
public class LogRecordOps {
    private String successLogTemplate;
    private String failLogTemplate;
    private String operatorId;
    private String type;
    private String bizNo;
    private String subType;
    private String extra;
    private String condition;
    private boolean isBatch;
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy