摘要: 1.对应dao层的代码 package com.yzy.sell.Repository; import com.yzy.sell.Entity.OrderMaster; import org.springframework.data.domain.Page; import org.springfra 阅读全文
posted @ 2020-06-15 23:04 shouyaya 阅读(1874) 评论(0) 推荐(0)
摘要: 1.代码的实现 package com.yzy.sell.Service.Impl; import com.yzy.sell.DTO.CateDTO; import com.yzy.sell.DTO.OrderDTO; import com.yzy.sell.Entity.OrderDetail; 阅读全文
posted @ 2020-06-15 22:57 shouyaya 阅读(272) 评论(0) 推荐(0)
摘要: 1.在相应的controller类中添加@RestController package com.yzy.sell.Controller; import com.yzy.sell.Entity.ProductCategory; import com.yzy.sell.Entity.ProductInf 阅读全文
posted @ 2020-06-15 14:29 shouyaya 阅读(6845) 评论(0) 推荐(0)