| 12345678910111213141516171819 |
- package com.java110.api.smo.community;
- import com.java110.core.context.IPageData;
- /**
- * 添加@@templateName@@接口
- *
- * add by wuxw 2019-06-30
- */
- public interface I@@TemplateCode@@BindingSMO {
- /**
- * 添加@@templateName@@
- * @param pd 页面数据封装
- * @return ResponseEntity 对象
- */
- ResponseEntity<String> binding@@TemplateCode@@(IPageData pd);
- }
|