| | |
| | | import com.stylefeng.guns.modular.system.model.Income; |
| | | import org.apache.ibatis.annotations.Param; |
| | | |
| | | import java.time.LocalDateTime; |
| | | import java.util.List; |
| | | import java.util.Map; |
| | | |
| | |
| | | List<Map<String,Object>> getExcelList( |
| | | @Param("id") Integer id); |
| | | |
| | | List<Map<String,Object>> getList1(@Param("page") Page<Map<String, Object>> page); |
| | | List<Map<String,Object>> getList1(@Param("page") Page<Map<String, Object>> page, Integer company); |
| | | |
| | | List<Map<String,Object>> getList2(@Param("page") Page<Map<String, Object>> page, |
| | | @Param("times") String times); |
| | | @Param("times") String times, Integer company); |
| | | |
| | | List<Map<String,Object>> getTotal( |
| | | @Param("times") String times); |