package com.sunda.spmsorder.service.impl;

/**
 * @program: spms
 * @description: constant
 * @author: Wayne Wu
 * @create: 2020-12-22 14:11
 **/

public class Constant {

    /**
     * {
     *         "werks": "GF01",
     *         "workshopCode": "1001",
     *         "workFlowId": "0703",
     *         "applicantTitle": "刘备请求购买战马",
     *         "urgencyDegree": "0",
     *         "userId": "90001",
     *         "applicantUsername": "刘备",
     *         "branchCompany": "广州森大",
     *         "branchStation": "南沙分点",
     *         "branchLine": "XX分线",
     *         "deptId": "123321",
     *         "position": "200312",
     *         "applicantReason": "请购理由",
     *         "purchasePlace": "1",
     *         "totalEstimatedCost": 5000,
     *         "signatureComments": "",
     *         "remarks": "",
     *         "costBearingDepartment": "",
     *         "projectType": "",
     *         "projectStatus": "1",
     *         "bySeaOrNot": "1",
     *         "equipmentType": "1",
     *         "equipmentListDescription": "",
     *         "projectCategory": "CN01",
     *         "transportType": "1",
     *         "applicantCategory": "1",
     *         "equipOrMaterialCategory": "1",
     *         "requiredArrivalDate": "2021-02-04"
     *       }
     */
    String orderApplicantFields[] = new String[]{"werks", "workshopCode", "workFlowId", "applicantTitle", "urgencyDegree",
            "userId", "applicantUsername", "branchCompany", "branchStation", "branchLine", "deptId", "position", "applicantReason",
            "purchasePlace", "totalEstimatedCost", "signatureComments", "remarks", "costBearingDepartment", "projectType",
            "projectStatus", "bySeaOrNot", "equipmentType", "equipmentListDescription", "projectCategory", "transportType",
            "applicantCategory", "equipOrMaterialCategory", "requiredArrivalDate"};

}
