forked from admin/deShanXiao
初始版本,目前线上可用
This commit is contained in:
10
frontEnd/src/defaultForm/defaultSerivceItem.ts
Normal file
10
frontEnd/src/defaultForm/defaultSerivceItem.ts
Normal file
@@ -0,0 +1,10 @@
|
||||
export function defaultServiceItem(): ServiceItemType {
|
||||
return {
|
||||
name: "",
|
||||
quantity: 0,
|
||||
category: 0,
|
||||
unit: "",
|
||||
price: 0,
|
||||
remark: "",
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user