update RoomType

This commit is contained in:
freeebird 2018-10-16 14:32:50 +08:00
parent 97e522a9f4
commit 78f900b710

View File

@ -20,7 +20,7 @@ public class RoomTypeController {
} }
public int delType(int roomType,String typeName){ public int delType(int roomType,String typeName){
return 0;
} }
} }