|
|
@ -1,5 +1,6 @@ |
|
|
|
package com.kms.yxgh.df.domain; |
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
|
import com.baomidou.mybatisplus.annotation.TableName; |
|
|
|
import com.kms.yxgh.base.SyBaseEntity; |
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
@ -32,4 +33,6 @@ public class DfProjectCheckingRel extends SyBaseEntity { |
|
|
|
@ApiModelProperty("巡查类型") |
|
|
|
private String type; |
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
|
private String remark; |
|
|
|
} |
|
|
|