PC 版本管理
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
package com.chaozhanggui.system.cashierservice.mybatis;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.chaozhanggui.system.cashierservice.entity.TbVersion;
|
||||
|
||||
/**
|
||||
* 版本管理(TbVersion)表数据库访问层
|
||||
*
|
||||
* @author ww
|
||||
* @since 2024-08-28 11:22:09
|
||||
*/
|
||||
public interface TbVersionMapper extends BaseMapper<TbVersion> {
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user