ServiceCodeAddOwnerBindingConstant.java 291 B

1234567891011121314151617
  1. package com.java110.common.constant;
  2. /**
  3. * 添加业主常量类
  4. * Created by wuxw on 2017/5/20.
  5. */
  6. public class ServiceCodeAddOwnerBindingConstant {
  7. /**
  8. * 添加 添加业主
  9. */
  10. public static final String BINDING_ADD_OWNER_BINDING = "owner.addOwnerRoomBinding";
  11. }