| | |
| | | package com.java110.web.components.community; |
| | | package com.java110.front.components.@@templateCode@@; |
| | | |
| | | |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.web.smo.community.I@@TemplateCode@@ManageSMO; |
| | | import com.java110.front.smo.@@templateCode@@.IList@@TemplateCode@@sSMO; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.http.ResponseEntity; |
| | | import org.springframework.stereotype.Component; |
| | |
| | | return list@@TemplateCode@@sSMOImpl.list@@TemplateCode@@s(pd); |
| | | } |
| | | |
| | | public I@@TemplateCode@@ManageSMO getList@@TemplateCode@@sSMOImpl() { |
| | | public IList@@TemplateCode@@sSMO getList@@TemplateCode@@sSMOImpl() { |
| | | return list@@TemplateCode@@sSMOImpl; |
| | | } |
| | | |