Commit 4a0208a2 by 刘栋

delFlag=0

parent 31bd9383
......@@ -62,5 +62,5 @@ public class BaseEntity implements Serializable {
*/
@TableLogic
@TableField(fill = FieldFill.INSERT)
private Integer delFlag;
private Integer delFlag = 0;
}
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 sign in to comment