|
|
|
@ -6,6 +6,7 @@ import com.fasterxml.jackson.annotation.JsonFormat;
|
|
|
|
|
import io.swagger.annotations.ApiModel; |
|
|
|
|
import io.swagger.annotations.ApiModelProperty; |
|
|
|
|
import lombok.Data; |
|
|
|
|
import lombok.EqualsAndHashCode; |
|
|
|
|
import org.springblade.core.tenant.mp.TenantEntity; |
|
|
|
|
import org.springframework.format.annotation.DateTimeFormat; |
|
|
|
|
|
|
|
|
@ -17,6 +18,7 @@ import java.util.Date;
|
|
|
|
|
/** |
|
|
|
|
* @author ysj |
|
|
|
|
*/ |
|
|
|
|
@EqualsAndHashCode(callSuper = true) |
|
|
|
|
@Data |
|
|
|
|
@TableName("hzims_fill_other") |
|
|
|
|
@ApiModel(value="OverOtherEntity对象", description="其他填报") |
|
|
|
|