13 lines
198 B
Swift
13 lines
198 B
Swift
//
|
|
// UserDefaultStrings.swift
|
|
// OrderScheduling
|
|
//
|
|
// Created by 中道 on 2023/8/4.
|
|
//
|
|
|
|
import Foundation
|
|
|
|
public let token_key = "token_key"
|
|
|
|
public let supplierType_key = "supplierType_key"
|