All Downloads are FREE. Search and download functionalities are using the official Maven repository.

io.github.linmoure.constants.WSPropertyConstants Maven / Gradle / Ivy

There is a newer version: 1.1.11
Show newest version
package io.github.linmoure.constants;

public interface WSPropertyConstants {


    /**
     * 企业名称
     */
    String ENTERPRISE_NAME = "enterpriseName";

    /**
     * 企业代码
     */
    String ENTERPRISE_CODE = "enterpriseCode";

    /**
     * 企业备案状态
     */
    String RECORD_STATUS = "recordStatus";

    /**
     * 货物名称
     */
    String GOODS_NAME = "goodsName";

    /**
     * 批次号
     */
    String BATCH_NUMBER = "batchNumber";

    /**
     * 批次重量
     */
    String BATCH_WEIGHT = "batchWeight";

    /**
     * 车牌号
     */
    String CAR_NO = "carNo";

    /**
     * 收货企业
     */
    String RECEIVE_COMPANY = "receiveCompany";

    /**
     * 介质信息
     */
    String MEDIA_INFO = "mediaInfo";

    /**
     * 介质信息
     */
    String CUSTOMS_DECLARATION_NO = "customsDeclarationNo";

    /**
     * 状态
     */
    String STATUS = "status";

    /**
     * 类型
     */
    String TYPE = "type";

    /**
     * 类型
     */
    String IE_FLAG = "ieFlag";

    /**
     * 类型
     */
    String CHANNEL_NAME = "channelName";

    /**
     * 重量
     */
    String WEIGHT = "weight";

    /**
     * 检验检疫
     */
    String JYJY = "jyjy";

    /**
     * 图片地址
     */
    String IMG_PATH = "imgPath";

    /**
     * 集装箱号
     */
    String CONTAINER_NUMBER = "containerNumber";

    /**
     * 集装箱重量
     */
    String CONTAINER_WEIGHT = "containerWeight";

    /**
     * 处理结果
     */
    String RESULT = "result";

    /**
     * 申报时间
     */
    String DECLARE_TIME = "declareTime";

    /**
     * 回执说明
     */
    String RECEIPT_REMARK = "receiptRemark";
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy