src/main/java/com/zy/common/model/enumUtils/OrderMethodVo.java
@@ -1,13 +1,13 @@ package com.zy.common.model.enumUtils; import com.zy.asrs.entity.Order; import java.util.List; /** * Created by IX on 2024/12/14 */ public enum OrderMethodVo { IMPLEMENT("implement"), QUERY("query"), SELECT_BY_NO("selectByNo"), SELECT_SETTLE("selectBySettle"), SELECT_BY_ORDER_ID("selectByOrderId"), SELECT_WORKING_DETLS("selectWorkingDetls"), CHECK_COMPLETE("checkComplete"),