feat: add shared product group
This commit is contained in:
parent
dc84178e06
commit
795a87312e
4 changed files with 8 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ export type ProductGroup = {
|
|||
name: string;
|
||||
detail: string;
|
||||
remark: string;
|
||||
shared: boolean;
|
||||
status: Status;
|
||||
registeredBranchId: string;
|
||||
registeredBranch: { id: string; name: string };
|
||||
|
|
@ -219,6 +220,7 @@ export interface ProductGroupCreate {
|
|||
detail: string;
|
||||
name: string;
|
||||
code: string;
|
||||
shared?: boolean;
|
||||
registeredBranchId: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue