| | |
| | | import lombok.Data; |
| | | import lombok.EqualsAndHashCode; |
| | | import lombok.experimental.Accessors; |
| | | import org.jeecg.modules.system.entity.EamBaseRepairDepart; |
| | | import org.jeecg.modules.eam.base.entity.EamBaseRepairDepart; |
| | | |
| | | import java.io.Serializable; |
| | | import java.util.ArrayList; |
| | |
| | | public RepairDepartIdModel convertByUserMaintainDepart(EamBaseRepairDepart mdcMaintainDepart) { |
| | | this.key = mdcMaintainDepart.getId(); |
| | | this.value = mdcMaintainDepart.getId(); |
| | | this.title = mdcMaintainDepart.getMaintainName(); |
| | | this.title = mdcMaintainDepart.getDepartName(); |
| | | return this; |
| | | } |
| | | } |