| | |
| | | package com.doumee.dao.business.model; |
| | | |
| | | import com.doumee.core.annotation.excel.ExcelColumn; |
| | | import com.doumee.core.model.LoginUserModel; |
| | | import io.swagger.annotations.ApiModel; |
| | | import io.swagger.annotations.ApiModelProperty; |
| | | import com.baomidou.mybatisplus.annotation.IdType; |
| | |
| | | /** |
| | | * 作业调度平台接口交互记录 |
| | | * @author 江蹄蹄 |
| | | * @since 2024/04/28 16:06 |
| | | * @date 2024/06/28 10:03 |
| | | */ |
| | | @Data |
| | | @ApiModel("作业调度平台接口交互记录") |
| | | @TableName("`platform_interface_log`") |
| | | public class PlatformInterfaceLog extends LoginUserModel { |
| | | public class PlatformInterfaceLog { |
| | | |
| | | @TableId(type = IdType.AUTO) |
| | | @ApiModelProperty(value = "主键", example = "1") |