4 lines
123 B
SQL
4 lines
123 B
SQL
select
|
|
RoomState, SortNum, StateName, FeesRate, StateMemo, IsDelete
|
|
from ods_erp_tb_hspr_roomstate_d
|
|
where IsDelete = 0 |