com.dream.chain.def.ChainUpdate Maven / Gradle / Ivy
The newest version!
package com.dream.chain.def;
public interface ChainUpdate {
int execute();
}
package com.dream.chain.def;
public interface ChainUpdate {
int execute();
}