IRContractStoreService.java 235 Bytes RawBlameHistoryPermalink 1 2 3 4 5 6 7 8 9 10 11 12 13 package vion.service; import com.github.yulichang.base.MPJBaseService; import vion.model.RContractStore; /** * @author HlQ * @date 2023/11/29 */ public interface IRContractStoreService extends MPJBaseService<RContractStore> { }