Merge branch 'development' into 'devops-staging'

add column url in table supplier

See merge request empatnusabangsa/ppob/ppob-backend!143
This commit is contained in:
Rahman Efendi 2022-04-01 08:58:15 +00:00
commit d13b3067df

View File

@ -16,6 +16,9 @@ export class Supplier extends BaseModel {
@Column() @Column()
status: boolean; status: boolean;
@Column()
url: string;
coa: COA; coa: COA;
coa_undistribute: COA; coa_undistribute: COA;