超高压谐波溯源功能

This commit is contained in:
2024-01-05 16:16:59 +08:00
parent e094d93c4e
commit e67ade979a
6 changed files with 182 additions and 1 deletions

View File

@@ -0,0 +1,7 @@
package com.njcn.harmonic.mapper;
import com.github.jeffreyning.mybatisplus.base.MppBaseMapper;
import com.njcn.harmonic.pojo.po.day.RStatDataHarmpowerPDPO;
public interface RStatDataHarmpowerPDMapper extends MppBaseMapper<RStatDataHarmpowerPDPO> {
}