You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
delete from tSysEnumtype where enumtypeid=23
|
|
delete from tsysenumvalue where enumtypeid=23
|
|
insert into tSysEnumtype values(0,24,'支付种类',1)
|
|
insert into tSysEnumValue values(0,24,1,'成本',0,1,1.00)
|
|
insert into tSysEnumValue values(0,24,2,'费用',0,2,1.00)
|
|
|