package com.yingpaipay.business.constant; public interface QcTaskStatusConstants { Integer NOT_STARTED = 0; Integer UNDERWAY = 1; Integer FINISHED = 2; }