whycxzp
2025-03-29 9e89be82b98b99fb1e5b673b9440d04daa715988
1
2
3
4
5
6
package com.whyc.mapper;
 
public interface BattStationTempHisMapper {
    void createTableByMonth(Integer battGroupId, String month);
 
}