データ追加&更新処理アクション修正完了
This commit is contained in:
@@ -66,7 +66,8 @@ export interface IApp {
|
||||
export interface IField {
|
||||
name: string,
|
||||
code: string,
|
||||
type: string
|
||||
type: string,
|
||||
label?:string
|
||||
}
|
||||
|
||||
export interface IAppFields {
|
||||
|
||||
Reference in New Issue
Block a user