Home / sm-core / src / main / java / com / salesmanager / core / business / customer / model / CustomerGender.java
package com.salesmanager.core.business.customer.model; public enum CustomerGender { M, F }