feat: 增加lastInfo信息
parent
182c047a33
commit
469c6d085b
@ -1,5 +1,10 @@
|
|||||||
package com.shxy.xymanager_service.service;
|
package com.shxy.xymanager_service.service;
|
||||||
|
|
||||||
|
import com.shxy.xymanager_common.entity.TerminalBasicInfoHistory;
|
||||||
|
|
||||||
public interface TerminalBasicInfoHistoryService {
|
public interface TerminalBasicInfoHistoryService {
|
||||||
|
|
||||||
long count(Integer termId, Long start, Long end);
|
long count(Integer termId, Long start, Long end);
|
||||||
|
|
||||||
|
TerminalBasicInfoHistory getLast(Integer termId);
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue