| | |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | void getAllProperties(String superiorUuid,JSONObject obj, JSONObject allProperties)throws BaseException; |
| | | void getAllJSONAttrs(String superiorUuid,JSONObject obj, JSONObject allProperties)throws BaseException; |
| | | |
| | | /** |
| | | * 获取上级数据并拼装json |
| | |
| | | * @return |
| | | * @throws BaseException |
| | | */ |
| | | List<String> releaseConfig(FieldSetEntity fieldSetEntity,String module_uuid,String parentCode)throws BaseException; |
| | | List<String> releaseConfig(FieldSetEntity fieldSetEntity,String parentModuleUUID)throws BaseException; |
| | | |
| | | /** |
| | | * 取消发布 |