|
|
@@ -2,7 +2,6 @@ package com.xunmei.common.core.domain.edu.domain;
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField;
|
|
|
import com.baomidou.mybatisplus.annotation.TableName;
|
|
|
-import com.xunmei.common.core.web.domain.BaseEntity;
|
|
|
import io.swagger.annotations.ApiModel;
|
|
|
import io.swagger.annotations.ApiModelProperty;
|
|
|
import lombok.Data;
|
|
|
@@ -45,6 +44,10 @@ public class CoreEduTrainingTaskToUser {
|
|
|
@ApiModelProperty(value = "是否签名:0:未签名,1:已签名")
|
|
|
private int sign;
|
|
|
|
|
|
+ @TableField("sign_mage")
|
|
|
+ @ApiModelProperty(value = "签名图片")
|
|
|
+ private String signImage;
|
|
|
+
|
|
|
@Override
|
|
|
public String toString() {
|
|
|
return new ToStringBuilder(this, ToStringStyle.MULTI_LINE_STYLE)
|