package com.java110.utils.constant;
|
|
/**
|
* 验房记录常量类
|
* Created by wuxw on 2017/5/20.
|
*/
|
public class ServiceCodeApplyRoomDiscountRecordConstant {
|
|
/**
|
* 添加 验房记录
|
*/
|
public static final String ADD_APPLYROOMDISCOUNTRECORD = "applyRoomDiscountRecord.saveApplyRoomDiscountRecord";
|
|
|
/**
|
* 修改 验房记录
|
*/
|
public static final String UPDATE_APPLYROOMDISCOUNTRECORD = "applyRoomDiscountRecord.updateApplyRoomDiscountRecord";
|
/**
|
* 删除 验房记录
|
*/
|
public static final String DELETE_APPLYROOMDISCOUNTRECORD = "applyRoomDiscountRecord.deleteApplyRoomDiscountRecord";
|
|
|
/**
|
* 查询 验房记录
|
*/
|
public static final String LIST_APPLYROOMDISCOUNTRECORDS = "applyRoomDiscountRecord.listApplyRoomDiscountRecords";
|
|
|
}
|