Skip to content

Commit

Permalink
Merge pull request #11 from imneov/feat/update-secret
Browse files Browse the repository at this point in the history
Feat/update secret
  • Loading branch information
imneov authored Oct 18, 2022
2 parents 49710ab + 5a3902d commit 83c9bf7
Show file tree
Hide file tree
Showing 4 changed files with 161 additions and 139 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
*.ctxt

# Mobile Tools for Java (J2ME)
.idea/
.mtj.tmp/

# Package Files #
Expand Down
3 changes: 2 additions & 1 deletion src/main/java/com/alarm/tkeel/dao/RuleMapper.java
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,11 @@
import com.alarm.tkeel.pojo.notify.TelemetryStatus;
import com.alarm.tkeel.pojo.notify.TempStatus;
import com.alarm.tkeel.pojo.rules.*;
import org.mapstruct.Mapper;

import java.util.List;


@Mapper
public interface RuleMapper {

List<Rule> queryRuleList(RuleParamVo ruleParamVo);
Expand Down
Loading

0 comments on commit 83c9bf7

Please sign in to comment.