package com.java110.utils.constant; /** * 组织管理常量类 * Created by wuxw on 2017/5/20. */ public class ServiceCodeOrgConstant { /** * 添加 组织管理 */ public static final String ADD_ORG = "org.saveOrg"; /** * 修改 组织管理 */ public static final String UPDATE_ORG = "org.updateOrg"; /** * 删除 组织管理 */ public static final String DELETE_ORG = "org.deleteOrg"; /** * 查询 组织管理 */ public static final String LIST_ORGS = "org.listOrgs"; }