Subversion Repositories SmartDukaan

Rev

Rev 32300 | Go to most recent revision | Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
32246 tejbeer 1
package com.spice.profitmandi.dao.entity.warehouse;
2
 
3
public enum DebitNoteType {
4
 
5
    priceMismatch, qtyMismatch
6
 
7
}