增加脚本引擎缺失的DAO

yun-zuoyi
rock.yu 5 years ago
parent 9104f42d42
commit 1d02d45e61

@ -0,0 +1,25 @@
package cn.estsh.i3plus.pojo.mes.pcn.script;
import io.swagger.annotations.Api;
import io.swagger.annotations.ApiParam;
import lombok.Data;
/**
* @Description :
* @Reference :
* @Author : jason.niu
* @CreateDate : 2020-04-29
* @Modify:
**/
@Data
@Api("插件日志")
public class ScriptLoggerModel {
@ApiParam("工厂")
private Boolean error;
@ApiParam("日志内容")
private String context;
@ApiParam("日志打印日期")
private String printDate;
}
Loading…
Cancel
Save