Subversion Repositories SmartDukaan

Rev

Rev 25976 | Rev 26196 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25976 Rev 25982
Line 1... Line 1...
1
package com.spice.profitmandi.web.controller.hdfc;
1
package com.spice.profitmandi.dao.model;
2
 
2
 
3
import java.time.LocalDateTime;
3
import java.time.LocalDateTime;
4
 
4
 
5
import com.fasterxml.jackson.annotation.JsonProperty;
5
import com.fasterxml.jackson.annotation.JsonProperty;
6
 
6