wuxw
2021-04-26 9b32708d833bbafc2528d9bf1a636a3a4e127669
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
package com.java110.utils.constant;
 
/**
 * 添加房屋常量类
 * Created by wuxw on 2017/5/20.
 */
public class ServiceCodeAddRoomBindingConstant {
 
    /**
     * 添加 添加房屋
     */
    public static final String BINDING_ADDROOMBINDING = "room.addRoomBinding";
 
 
 
}