mirror of
https://gitee.com/dromara/RuoYi-Vue-Plus.git
synced 2026-09-18 17:38:48 +08:00
代码优化
This commit is contained in:
parent
70128d7b10
commit
9f32efb581
@ -1,6 +1,7 @@
|
||||
package org.dromara.web.domain.bo;
|
||||
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import org.dromara.common.mybatis.core.domain.BaseEntity;
|
||||
|
||||
/**
|
||||
@ -9,6 +10,7 @@ import org.dromara.common.mybatis.core.domain.BaseEntity;
|
||||
* @Date : 2024/7/16 23:01
|
||||
* @Description :
|
||||
**/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
public class EqAppHomeBo extends BaseEntity{
|
||||
/**
|
||||
|
||||
@ -4,6 +4,7 @@ import com.alibaba.excel.annotation.ExcelIgnoreUnannotated;
|
||||
import com.alibaba.excel.annotation.ExcelProperty;
|
||||
import io.github.linpeilie.annotations.AutoMapper;
|
||||
import lombok.Data;
|
||||
import lombok.EqualsAndHashCode;
|
||||
import org.dromara.web.domain.EqShare;
|
||||
|
||||
import java.io.Serial;
|
||||
@ -17,6 +18,7 @@ import java.util.List;
|
||||
* @author zzc
|
||||
* @date 2024-07-19
|
||||
*/
|
||||
@EqualsAndHashCode(callSuper = true)
|
||||
@Data
|
||||
@ExcelIgnoreUnannotated
|
||||
public class EqShareDetailVo extends EqShareVo {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user