Package net.risesoft.service
Interface TypeSettingInfoService
-
- All Known Implementing Classes:
TypeSettingInfoServiceImpl
public interface TypeSettingInfoService- Author:
- qinman, zhangchongjie
- Date:
- 2022/12/20
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddelTypeSetting(String id)List<TypeSettingInfo>findByProcessSerialNumber(String processSerialNumber)voidsaveTypeSetting(String processSerialNumber, String jsonData)voidupdateTypeSetting(String processSerialNumber, String jsonData)
-
-
-
Method Detail
-
delTypeSetting
void delTypeSetting(String id)
-
findByProcessSerialNumber
List<TypeSettingInfo> findByProcessSerialNumber(String processSerialNumber)
-
-