|
|
|
@ -3,6 +3,10 @@ package com.hfkj.dao; |
|
|
|
|
import com.hfkj.entity.BsOrderOutside; |
|
|
|
|
import com.hfkj.entity.BsOrderOutsideExample; |
|
|
|
|
import java.util.List; |
|
|
|
|
import javax.persistence.Column; |
|
|
|
|
import javax.persistence.GeneratedValue; |
|
|
|
|
import javax.persistence.Id; |
|
|
|
|
import javax.persistence.Table; |
|
|
|
|
import org.apache.ibatis.annotations.Delete; |
|
|
|
|
import org.apache.ibatis.annotations.DeleteProvider; |
|
|
|
|
import org.apache.ibatis.annotations.Insert; |
|
|
|
@ -16,6 +20,7 @@ import org.apache.ibatis.annotations.SelectProvider; |
|
|
|
|
import org.apache.ibatis.annotations.Update; |
|
|
|
|
import org.apache.ibatis.annotations.UpdateProvider; |
|
|
|
|
import org.apache.ibatis.type.JdbcType; |
|
|
|
|
import org.hibernate.validator.constraints.NotEmpty; |
|
|
|
|
import org.springframework.stereotype.Repository; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|