Rev 32300 | Go to most recent revision | View as "text/plain" | Blame | Compare with Previous | Last modification | View Log | RSS feed
package com.spice.profitmandi.dao.entity.warehouse; public enum DebitNoteType { priceMismatch, qtyMismatch }
package com.spice.profitmandi.dao.entity.warehouse;
public enum DebitNoteType {
priceMismatch, qtyMismatch
}