Commit 1af6f427 by zhiwj

bug

parent ad25b70b
package com.gic.evaluate.entity;
import com.gic.commons.plugin.mybatis.InjectId;
import java.util.Date;
/**
......@@ -9,6 +11,7 @@ public class TabEvaluateMsgLog {
/**
* 订单消息发送日志ID
*/
@InjectId(InjectId.IdType.SNOWFLAKE)
private Long evaluateMsgLogId;
/**
......
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