UPDATE: VERSION-20260331
This commit is contained in:
@@ -0,0 +1,18 @@
|
||||
package com.solution.system.mapper;
|
||||
/*
|
||||
* This file is part of the kernelstudio package.
|
||||
*
|
||||
* (c) 2014-2026 zlin <admin@kernelstudio.com>
|
||||
*
|
||||
* For the full copyright and license information, please view the LICENSE file
|
||||
* that was distributed with this source code.
|
||||
*/
|
||||
|
||||
import com.solution.system.domain.HbNodeCommand;
|
||||
|
||||
import java.util.List;
|
||||
|
||||
public interface HbNodeCommandMapper {
|
||||
|
||||
List<HbNodeCommand> findAll();
|
||||
}
|
||||
Reference in New Issue
Block a user