linwe
2023-11-15 25df5530b89fc57a3f32a0e4c706bb40d3e4b415
src/main/java/org/springblade/modules/house/wrapper/HouseLabelWrapper.java
@@ -18,7 +18,7 @@
import org.springblade.core.mp.support.BaseEntityWrapper;
import org.springblade.core.tool.utils.BeanUtil;
import org.springblade.modules.house.entity.HouseLabelEntity;
import org.springblade.modules.house.entity.UserHouseLabelEntity;
import org.springblade.modules.house.vo.HouseLabelVO;
import java.util.Objects;
@@ -28,14 +28,14 @@
 * @author BladeX
 * @since 2023-10-28
 */
public class HouseLabelWrapper extends BaseEntityWrapper<HouseLabelEntity, HouseLabelVO>  {
public class HouseLabelWrapper extends BaseEntityWrapper<UserHouseLabelEntity, HouseLabelVO>  {
   public static HouseLabelWrapper build() {
      return new HouseLabelWrapper();
    }
   @Override
   public HouseLabelVO entityVO(HouseLabelEntity houseLabel) {
   public HouseLabelVO entityVO(UserHouseLabelEntity houseLabel) {
      HouseLabelVO houseLabelVO = Objects.requireNonNull(BeanUtil.copy(houseLabel, HouseLabelVO.class));
      //User createUser = UserCache.getUser(houseLabel.getCreateUser());