[*] 日常优化
This commit is contained in:
@@ -4,8 +4,13 @@ import org.mapstruct.Mapper;
|
|||||||
import org.mapstruct.MappingConstants.ComponentModel;
|
import org.mapstruct.MappingConstants.ComponentModel;
|
||||||
import org.mapstruct.MappingTarget;
|
import org.mapstruct.MappingTarget;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 房间状态映射
|
||||||
|
*
|
||||||
|
* @author acgist
|
||||||
|
*/
|
||||||
@Mapper(componentModel = ComponentModel.SPRING)
|
@Mapper(componentModel = ComponentModel.SPRING)
|
||||||
public interface RoomMapstruct {
|
public interface RoomStatusMapstruct {
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* 对象拷贝
|
* 对象拷贝
|
||||||
Reference in New Issue
Block a user