lxw
2023-09-05 5b398a743e06f47381bf33f580491d6f68e2d85c
1
2
3
4
5
6
package com.whyc.mapper;
 
import com.whyc.pojo.AirconditionerState;
 
public interface AirconditionerStateMapper extends CustomMapper<AirconditionerState>{
}