|
@ -1,5 +1,6 @@ |
|
|
package com.kms.statistics.domain; |
|
|
package com.kms.statistics.domain; |
|
|
|
|
|
|
|
|
|
|
|
import com.baomidou.mybatisplus.annotation.TableField; |
|
|
import io.swagger.annotations.ApiModel; |
|
|
import io.swagger.annotations.ApiModel; |
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
import lombok.Data; |
|
|
import lombok.Data; |
|
@ -62,6 +63,7 @@ public class BsSgcJsjdStatisticsFwzb extends BaseEntity |
|
|
|
|
|
|
|
|
private String status; |
|
|
private String status; |
|
|
|
|
|
|
|
|
|
|
|
@TableField(exist = false) |
|
|
private String attachment; |
|
|
private String attachment; |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|