wuxw
2019-10-19 e5b646eaff9844be17e4268e6be4e7d6bd785e2e
1
2
3
4
5
6
7
8
9
10
11
12
13
package com.java110.utils.constant;
 
/**
 * 订单常量
 * Created by wuxw on 2018/4/28.
 */
public class OrderTypeCdConstant {
 
    /**
     * 查询单
     */
    public final static String ORDER_TYPE_CD_QUERY = "Q";
}