公告板
版本库
filestore
活动
搜索
登录
孔德强
/
platformx-device
设备租赁平台
概况
操作记录
提交次数
目录
文档
派生
对比
blame
|
历史
|
原始文档
租赁台账
shiyunteng
2025-03-27
2f6bd04715eba821713b9e1492999b7e5be7fcdb
[~kongdeqiang/platformx-device.git]
/
platformx-device-biz
/
src
/
main
/
java
/
com
/
by4cloud
/
platformx
/
device
/
service
/
DeviceLeasingLedgerItemService.java
1
2
3
4
5
6
7
8
package com.by4cloud.platformx.device.service;
import com.baomidou.mybatisplus.extension.service.IService;
import com.by4cloud.platformx.device.entity.DeviceLeasingLedgerItem;
public interface DeviceLeasingLedgerItemService extends IService<DeviceLeasingLedgerItem> {
}