michaeltx
2020-02-09 18ea30df916c6ccf4f0a75471b0936303b356a6f
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
package com.java110.utils.constant;
 
/**
 * 报修派单常量类
 * Created by wuxw on 2017/5/20.
 */
public class ServiceCodeRepairDispatchStepConstant {
 
    /**
     * 添加 报修派单
     */
    public static final String BINDING_REPAIRDISPATCHSTEP = "ownerRepair.repairDispatchStep";
 
 
    /**
     * 报修结单
     */
    public static final String CLOSE_REPAIR_DISPATCH = "ownerRepair.closeRepairDispatch";
 
 
 
}