All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.zodiac.develop.service.CodeService Maven / Gradle / Ivy

There is a newer version: 1.6.8
Show newest version
package org.zodiac.develop.service;

import org.zodiac.develop.model.entity.CodeEntity;

import com.baomidou.mybatisplus.extension.service.IService;

public interface CodeService extends IService {

    boolean submit(E code);

}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy