| | |
| | | /** |
| | | * 党建包名 |
| | | */ |
| | | public static final String SERVICE_PARTYBUILDING = "partybuilding"; |
| | | public static final String SERVICE_PARTYBUILDING = "huacheng-partybuilding"; |
| | | /** |
| | | * service_community包 |
| | | */ |
| | | public static final String SERVICE_COMMUNITY = "community"; |
| | | public static final String SERVICE_COMMUNITY = "huacheng-community"; |
| | | |
| | | /** |
| | | * 操作类型 |
| | | * */ |
| | | public static final String UPDATE="update"; |
| | | public static final String INSERT="insert"; |
| | | public static final String QUERY="query"; |
| | | public static final String DELETE="delete"; |
| | | public static final String VILLAGE="村"; |
| | | } |