UNIVPLMDataIntegration/Web/src/api-services/models/info-save-input.ts

95 lines
2.0 KiB
TypeScript
Raw Normal View History

2024-06-15 13:02:35 +08:00
/* tslint:disable */
/* eslint-disable */
/**
* Admin.NET
* .NET <br/><u><b><font color='FF0000'> 👮</font></b></u>
*
* OpenAPI spec version: 1.0.0
*
*
* NOTE: This class is auto generated by the swagger code generator program.
* https://github.com/swagger-api/swagger-codegen.git
* Do not edit the class manually.
*/
/**
*
*
* @export
* @interface InfoSaveInput
*/
export interface InfoSaveInput {
/**
* Data URI scheme base64
*
* @type {string}
* @memberof InfoSaveInput
*/
sysLogoBase64?: string | null;
/**
*
*
* @type {string}
* @memberof InfoSaveInput
*/
sysLogoFileName?: string | null;
2024-06-15 13:02:35 +08:00
/**
*
*
* @type {string}
* @memberof InfoSaveInput
*/
sysTitle?: string | null;
/**
*
*
* @type {string}
* @memberof InfoSaveInput
*/
sysViceTitle?: string | null;
/**
*
*
* @type {string}
* @memberof InfoSaveInput
*/
sysViceDesc?: string | null;
/**
*
*
* @type {string}
* @memberof InfoSaveInput
*/
sysWatermark?: string | null;
/**
*
*
* @type {string}
* @memberof InfoSaveInput
*/
sysCopyright?: string | null;
/**
* ICP备案号
*
* @type {string}
* @memberof InfoSaveInput
*/
sysIcp?: string | null;
/**
* ICP地址
*
* @type {string}
* @memberof InfoSaveInput
*/
sysIcpUrl?: string | null;
}