ÎļþÃû´Ó Source/UBCS/ubcs-service/ubcs-code/src/main/java/com/vci/ubcs/code/service/ICodeTempbuttonService.java ÐÞ¸Ä |
| | |
| | | import com.vci.ubcs.code.entity.CodeClassifyTemplateButton; |
| | | import com.vci.ubcs.code.vo.pagemodel.CodeClassifyTemplateButtonVO; |
| | | import com.vci.ubcs.starter.exception.VciBaseException; |
| | | import com.vci.ubcs.starter.web.pagemodel.DataGrid; |
| | | import com.vci.ubcs.starter.web.pagemodel.PageHelper; |
| | | import org.springblade.core.mp.support.Query; |
| | | import org.springblade.core.tool.api.R; |
| | | |
| | | import java.util.Collection; |
| | |
| | | * @author yuxc |
| | | * @since 2023-04-20 |
| | | */ |
| | | public interface ICodeTempbuttonService extends IService<CodeClassifyTemplateButton> { |
| | | public interface ICodeClassifyTemplateButtonService extends IService<CodeClassifyTemplateButton> { |
| | | |
| | | /** |
| | | * æ¥è¯¢ææç主é¢åºé模æ¿å
å«çæé® |
| | |
| | | */ |
| | | int codeTemplateDeleteTrigger(String classifyTemplateOid); |
| | | |
| | | /** |
| | | * ä½¿ç¨æ¨¡æ¿ä¸»é®è·åæ©å±çæé® |
| | | * @param templateOid 模æ¿çä¸»é® |
| | | * @param hasButtonVO æ¯å¦å
嫿é®çæ¾ç¤ºä¿¡æ¯ |
| | | * @return æé®çç¸å
³çä¿¡æ¯ |
| | | */ |
| | | List<CodeClassifyTemplateButtonVO> listButtonByTemplateOid(String templateOid,boolean hasButtonVO); |
| | | } |