parent
e8b2725224
commit
9accc8967f
8 changed files with 242 additions and 26 deletions
@ -1,19 +0,0 @@ |
||||
package org.springblade.modules.business.pojo.entity.maintenance; |
||||
|
||||
import com.baomidou.mybatisplus.annotation.TableName; |
||||
import io.swagger.v3.oas.annotations.media.Schema; |
||||
import lombok.Data; |
||||
import lombok.EqualsAndHashCode; |
||||
import org.springblade.core.mp.base.BaseEntity; |
||||
|
||||
/** |
||||
* 维保维修 |
||||
* |
||||
* @author liuqingkun |
||||
*/ |
||||
@Data |
||||
@TableName("lab_maintenance_repair") |
||||
@EqualsAndHashCode(callSuper = true) |
||||
@Schema(description = "维保维修") |
||||
public class MaintenanceRepair extends BaseEntity { |
||||
} |
||||
Loading…
Reference in new issue