WechatGroup
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
package com.ruoyi.cms.mapper;
|
||||
|
||||
import com.baomidou.mybatisplus.core.mapper.BaseMapper;
|
||||
import com.ruoyi.cms.domain.CompanyLabel;
|
||||
|
||||
|
||||
|
||||
public interface CompanyLabelMapper extends BaseMapper<CompanyLabel>
|
||||
{
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user