@ -9,7 +9,7 @@ public interface ModuleNameConstant {
/**
* 如果不需要 ""
*/
public static final String DEVAUTH ="";
public static final String DEVAUTH ="-pref";
* 工厂对接服务名称
@ -67,6 +67,12 @@ public class TaskQuestEntity extends TenantEntity {
@ApiModelProperty(value = "任务单号")
private String questNum;
* 任务名称
@ApiModelProperty(value = "任务名称")
private String taskName;
* 开始时间