| | |
| | | package com.java110.web.components.@@templateCode@@; |
| | | package com.java110.front.components.@@templateCode@@; |
| | | |
| | | |
| | | import com.java110.core.context.IPageData; |
| | | import com.java110.web.smo.@@templateCode@@.IList@@TemplateCode@@sSMO; |
| | | 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; |
| | |
| | | * 2019-06-29 |
| | | */ |
| | | @Component("choose@@TemplateCode@@") |
| | | public class Choose@@TemplateCodeComponent { |
| | | public class Choose@@TemplateCode@@Component { |
| | | |
| | | @Autowired |
| | | private IList@@TemplateCode@@sSMO list@@TemplateCode@@sSMOImpl; |