店铺新增初始化基本数据
This commit is contained in:
@@ -11,4 +11,9 @@ import com.czg.account.entity.PointsBasicSetting;
|
||||
*/
|
||||
public interface PointsBasicSettingService extends IService<PointsBasicSetting> {
|
||||
|
||||
/**
|
||||
* 初始化∫配置信息
|
||||
* @param id 店铺id
|
||||
*/
|
||||
void initInfo(Long id);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user