public interface CtpDeviceSecretDao
限定符和类型 | 方法和说明 |
---|---|
void |
deleteCtpDeviceSecretById(java.lang.Long id) |
java.util.List<CtpDeviceSecret> |
findCtpDeviceSecret() |
java.util.List<CtpDeviceSecret> |
findCtpDeviceSecretById(java.lang.Long id) |
java.util.List<CtpDeviceSecret> |
findCtpDeviceSecretLikeName(java.lang.String deviceSecName) |
void |
saveOrUpdateCtpDeviceSecret(CtpDeviceSecret ctpDeviceSecret) |
void |
updateCtpDeviceSecretNodefault() |
void saveOrUpdateCtpDeviceSecret(CtpDeviceSecret ctpDeviceSecret)
void deleteCtpDeviceSecretById(java.lang.Long id)
java.util.List<CtpDeviceSecret> findCtpDeviceSecret()
java.util.List<CtpDeviceSecret> findCtpDeviceSecretById(java.lang.Long id)
java.util.List<CtpDeviceSecret> findCtpDeviceSecretLikeName(java.lang.String deviceSecName)
void updateCtpDeviceSecretNodefault()