@@ -55,6 +55,7 @@ public class PolicyDetailDO extends TenantBaseDO {
/**
* 房型IDS
*/
+ @TableField(typeHandler = JacksonTypeHandler.class)
private List<Long> roomModelIds;
}