|  |  |  | 
|---|
|  |  |  | package com.zy.asrs.wms.asrs.service; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
|---|
|  |  |  | import com.zy.asrs.wms.asrs.entity.CircleRule; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public interface CircleRuleService extends IService<CircleRule> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CircleRule getCircleRuleByFlag(String flag); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Integer getCurrentValueByFlag(String flag); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|
|  |  |  | package com.zy.asrs.wms.asrs.service; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | import com.baomidou.mybatisplus.extension.service.IService; | 
|---|
|  |  |  | import com.zy.asrs.wms.asrs.entity.CircleRule; | 
|---|
|  |  |  |  | 
|---|
|  |  |  | public interface CircleRuleService extends IService<CircleRule> { | 
|---|
|  |  |  |  | 
|---|
|  |  |  | CircleRule getCircleRuleByFlag(String flag); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | Integer getCurrentValueByFlag(String flag); | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|