docs: 注释修改

This commit is contained in:
haoxr 2023-01-10 23:53:18 +08:00
parent af667e0412
commit c428020ca7

View File

@ -8,8 +8,7 @@ import org.apache.ibatis.annotations.Mapper;
* 订单商品明细表
*
* @author huawei
* @email huawei_code@163.com
* @date 2020-12-30 22:31:10
* @date 2020-12-30
*/
@Mapper
public interface OrderItemMapper extends BaseMapper<OmsOrderItem> {