|
@@ -3,7 +3,9 @@ package com.ruoyi.ams.bionutrition.org.bean.dto;
|
|
import com.ruoyi.common.annotation.Excel;
|
|
import com.ruoyi.common.annotation.Excel;
|
|
import com.ruoyi.common.core.bean.dto.WarewmsExtDTO;
|
|
import com.ruoyi.common.core.bean.dto.WarewmsExtDTO;
|
|
import lombok.Data;
|
|
import lombok.Data;
|
|
|
|
+import lombok.EqualsAndHashCode;
|
|
|
|
|
|
|
|
+@EqualsAndHashCode(callSuper = true)
|
|
@Data
|
|
@Data
|
|
public class OrgDTO extends WarewmsExtDTO {
|
|
public class OrgDTO extends WarewmsExtDTO {
|
|
private static final long serialVersionUID = -5857432637699543656L;
|
|
private static final long serialVersionUID = -5857432637699543656L;
|