package com.qianwen.core.coderule.generator; import com.qianwen.core.coderule.exception.CodeRuleException; public interface CodeGenerator { String nextNo() throws CodeRuleException; }