Subversion Repositories SmartDukaan

Rev

Rev 36571 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 36571 Rev 36586
Line 4... Line 4...
4
import com.spice.profitmandi.dao.model.DateWiseSoldCatalogQtyModel;
4
import com.spice.profitmandi.dao.model.DateWiseSoldCatalogQtyModel;
5
import com.spice.profitmandi.dao.model.LastSaleDateModel;
5
import com.spice.profitmandi.dao.model.LastSaleDateModel;
6
 
6
 
7
import javax.persistence.*;
7
import javax.persistence.*;
8
import java.io.Serializable;
8
import java.io.Serializable;
9
import java.util.List;
-
 
10
import java.time.LocalDate;
9
import java.time.LocalDate;
11
import java.time.LocalDateTime;
10
import java.time.LocalDateTime;
12
import java.time.format.DateTimeFormatter;
11
import java.time.format.DateTimeFormatter;
-
 
12
import java.util.List;
13
 
13
 
14
@Entity
14
@Entity
15
@Table(name = "fofo.fofo_order")
15
@Table(name = "fofo.fofo_order")
16
 
16
 
17
@NamedQueries({
17
@NamedQueries({